CreateCostTimephased

CreateCostTimephased (1 of 2)

Creates and initializes a new instance of the Aspose::Tasks::TimephasedData class for cost-based time phased data.

Returns: A instance of the Aspose::Tasks::TimephasedData class for cost-based time phased data.

CreateCostTimephased(int32_t uid, System::DateTime start, System::DateTime finish, double value, Aspose::Tasks::TimephasedDataType type)
ParameterDescription
uidUID of the task.
startstart date-time.
finishFinish date-time.
valueCost value.
typeTime-phased data type.

CreateCostTimephased (2 of 2)

Creates and initializes a new instance of the Aspose::Tasks::TimephasedData class for cost-based time phased data.

Returns: A instance of the Aspose::Tasks::TimephasedData class for cost-based time phased data.

CreateCostTimephased(int32_t uid, System::DateTime start, System::DateTime finish, double value, TimeUnitType timeUnit, Aspose::Tasks::TimephasedDataType type)
ParameterDescription
uidUID of the task.
startstart date-time.
finishFinish date-time.
valueCost value.
timeUnitTime unit type.
typeTime-phased data type.