StatusFreq.GetPeriodsForDateSpan Method
Gets status report periods that span the specified starting and ending dates.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function GetPeriodsForDateSpan ( _
start As DateTime, _
end As DateTime _
) As ArrayList
'Usage
Dim instance As StatusFreq
Dim start As DateTime
Dim end As DateTime
Dim returnValue As ArrayList
returnValue = instance.GetPeriodsForDateSpan(start, _
end)
public ArrayList GetPeriodsForDateSpan(
DateTime start,
DateTime end
)
Parameters
- start
Type: System.DateTime
The starting date.
- end
Type: System.DateTime
The ending date.
Return Value
Type: System.Collections.ArrayList
The status periods that span the specified dates.