Share via


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

Return value

Type: System.Collections.ArrayList
The status periods that span the specified dates.

See also

Reference

StatusFreq class

StatusFreq members

Microsoft.Office.Project.Server.Library namespace