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

Return Value

Type: Microsoft.Office.Project.Server.Library.SrPeriod
The next status period after the specified period.

See Also

Reference

StatusFreq Class

StatusFreq Members

Microsoft.Office.Project.Server.Library Namespace