GetTimephasedData
Contents
[
Hide
]
Task.GetTimephasedData method (1 of 2)
Returns TimephasedDataCollection
object with TimephasedData
values within given start and end dates of specified time-phased data type.
public TimephasedDataCollection GetTimephasedData(DateTime start, DateTime end,
TimephasedDataType timephasedType)
Parameter | Type | Description |
---|---|---|
start | DateTime | The start date for the time phased data. |
end | DateTime | The end date for the time phased data. |
timephasedType | TimephasedDataType | The type of time phased data (TimephasedDataType ). |
Return Value
A TimephasedDataCollection
object with TimephasedData
values within given start and end dates of specified timephased data type.
See Also
- class TimephasedDataCollection
- enum TimephasedDataType
- class Task
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Task.GetTimephasedData method (2 of 2)
Returns TimephasedDataCollection
object with TimephasedData
values within given start and end dates.
public TimephasedDataCollection GetTimephasedData(DateTime start, DateTime end)
Parameter | Type | Description |
---|---|---|
start | DateTime | The start date for the time phased data. |
end | DateTime | The end date for the time phased data. |
Return Value
List of TimephasedData
to be filled in.
See Also
- class TimephasedDataCollection
- class Task
- namespace Aspose.Tasks
- assembly Aspose.Tasks