StatusFreq.GetNextPeriod 方法
获取指定的状态期之后的下一步时间。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Function GetNextPeriod ( _
period As SrPeriod _
) As SrPeriod
用法
Dim instance As StatusFreq
Dim period As SrPeriod
Dim returnValue As SrPeriod
returnValue = instance.GetNextPeriod(period)
public SrPeriod GetNextPeriod(
SrPeriod period
)
参数
period
类型:Microsoft.Office.Project.Server.Library.SrPeriod状态期。
返回值
类型:Microsoft.Office.Project.Server.Library.SrPeriod
在指定时间段之后的状态下一期间。