Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.DateTimeThe starting date.
end
Type: System.DateTimeThe ending date.
Return value
Type: System.Collections.ArrayList
The status periods that span the specified dates.