GetTimephasedData
Contents
[
Hide
]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)
| Parameter | Description |
|---|---|
| start | The start date for the time phased data. |
| end | The 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)
| Parameter | Description |
|---|---|
| start | The start date for the time phased data. |
| end | The end date for the time phased data. |
| timephasedType | The type of time phased data ( Aspose::Tasks::TimephasedDataType ). |