Share via


StatusFreq.GetAllPeriods method

Gets a list of status periods that include the start date of a report to the current date, plus 12 more periods.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Function GetAllPeriods As ArrayList
'Usage
Dim instance As StatusFreq
Dim returnValue As ArrayList

returnValue = instance.GetAllPeriods()
public ArrayList GetAllPeriods()

Return value

Type: System.Collections.ArrayList
The list of periods.

See also

Reference

StatusFreq class

StatusFreq members

Microsoft.Office.Project.Server.Library namespace