GetTimephasedData
Contents
[
Hide
]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)
| 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 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)
| 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 ). |