StatusFreq.GetNextPeriod Method
Gets the next period after the specified status period.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function GetNextPeriod ( _
period As SrPeriod _
) As SrPeriod
'Usage
Dim instance As StatusFreq
Dim period As SrPeriod
Dim returnValue As SrPeriod
returnValue = instance.GetNextPeriod(period)
public SrPeriod GetNextPeriod(
SrPeriod period
)
Parameters
- period
Type: Microsoft.Office.Project.Server.Library.SrPeriod
The status period.
Return Value
Type: Microsoft.Office.Project.Server.Library.SrPeriod
The next status period after the specified period.