GetTimephasedData

GetTimephasedData (1 of 2)

Returns TimephasedDataCollection object with the instances of TimephasedData class within given start and end dates of TimephasedDataType::AssignmentWork .

Returns: returns a list containing instances of Aspose::Tasks::TimephasedData class.

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 the instance TimephasedDataCollection class containing instances of TimephasedData class within given start and end dates of specified TimephasedDataType .

Returns: returns a list which contains instances of Aspose::Tasks::TimephasedData class.

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 ).