GetTimephasedData
Contents
[
Hide
]
ResourceAssignment.GetTimephasedData method (1 of 2)
Returns the instance TimephasedDataCollection
class containing instances of TimephasedData
class within given start and end dates of specified TimephasedDataType
.
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
returns a list which contains instances of TimephasedData
class.
See Also
- class TimephasedDataCollection
- enum TimephasedDataType
- class ResourceAssignment
- namespace Aspose.Tasks
- assembly Aspose.Tasks
ResourceAssignment.GetTimephasedData method (2 of 2)
Returns TimephasedDataCollection
object with the instances of TimephasedData
class within given start and end dates of AssignmentWork.
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
returns a list containing instances of TimephasedData
class.
See Also
- class TimephasedDataCollection
- class ResourceAssignment
- namespace Aspose.Tasks
- assembly Aspose.Tasks