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.