GetTimephasedData

GetTimephasedData (1 of 2)

Returns TimephasedDataCollection for this object with TimephasedData values within given start and end dates.

Returns: List of Aspose::Tasks::TimephasedData .

GetTimephasedData(System::DateTime start, System::DateTime end)
ParameterDescription
startThe start date for the time phased data.
endThe end date for the time phased data.

GetTimephasedData (2 of 2)

Returns an instance of the TimephasedDataCollection class for this object with the TimephasedData values within given start and end dates of specified TimephasedDataType .

Returns: List of TimephasedData .

GetTimephasedData(System::DateTime start, System::DateTime end, TimephasedDataType timephasedType)
ParameterDescription
startThe start date for the time phased data.
endThe end date for the time phased data.
timephasedTypeThe type of time phased data ( Aspose::Tasks::TimephasedDataType ).