TimephasedData

TimephasedData class

Represents a time phased data.

Constructors

NameDescription
TimephasedDataInitializes a new instance of the Aspose::Tasks::TimephasedData class.

Methods

NameDescription
CreateCostTimephased (2 overloads)Creates and initializes a new instance of the Aspose::Tasks::TimephasedData class for cost-based time phased data.
CreateUnitTimephasedCreates and initializes a new instance of the Aspose::Tasks::TimephasedData class for unit-based time phased data of an assignment of a material resource.
CreateWorkTimephasedCreates and initializes a new instance of the Aspose::Tasks::TimephasedData class for work-based time phased data.
get_FinishGets the finish date of a time phased data period.
get_StartGets the start date of a time phased data period.
get_TimephasedDataTypeGets the type of a time phased data.
get_UidGets the unique identifier of a time phased data
get_UnitGets the time unit of a time phased data period.
get_ValueGets the value per unit of time for a time phased data period.
get_ValueToCostGets double instance which represents string value of this object.
get_ValueToDurationGets TimeSpan instance which represents string value of this object.
get_ValueToUnitsGets double instance which represents string value of this object for unit-based time phased data.
set_FinishSets the finish date of a time phased data period.
set_StartSets the start date of a time phased data period.
set_TimephasedDataTypeSets the type of a time phased data.
set_UidSets the unique identifier of a time phased data
set_UnitSets the time unit of a time phased data period.
set_ValueSets the value per unit of time for a time phased data period.
set_ValueToCostGets double instance which represents string value of this object.