StatusFreq.GetPeriodForDate 方法
获取指定的日期范围内的状态时间。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Function GetPeriodForDate ( _
date As DateTime _
) As SrPeriod
用法
Dim instance As StatusFreq
Dim date As DateTime
Dim returnValue As SrPeriod
returnValue = instance.GetPeriodForDate(date)
public SrPeriod GetPeriodForDate(
DateTime date
)
参数
date
类型:System.DateTime用于查找的状态期间的日期。
返回值
类型:Microsoft.Office.Project.Server.Library.SrPeriod
状态期间,其中包含指定的日期。