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 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.SrPeriodThe status period.
Return value
Type: Microsoft.Office.Project.Server.Library.SrPeriod
The next status period after the specified period.