Метод StatusFreq.GetPeriodsForDateSpan
Получает состояние отчетных периодов времени, заданными начальной и конечных дат.
Пространство имен: Microsoft.Office.Project.Server.Library
Сборка: Microsoft.Office.Project.Server.Library (в Microsoft.Office.Project.Server.Library.dll)
Синтаксис
'Декларация
Public Function GetPeriodsForDateSpan ( _
start As DateTime, _
end As DateTime _
) As ArrayList
'Применение
Dim instance As StatusFreq
Dim start As DateTime
Dim end As DateTime
Dim returnValue As ArrayList
returnValue = instance.GetPeriodsForDateSpan(start, _
end)
public ArrayList GetPeriodsForDateSpan(
DateTime start,
DateTime end
)
Параметры
start
Тип: System.DateTimeДата начала.
end
Тип: System.DateTimeДата окончания.
Возвращаемое значение
Тип: System.Collections.ArrayList
Состояние периодов, которые охватывают заданными датами.