TimephasedData

TimephasedData class

Represents a time phased data.

The TimephasedData type exposes the following members:

Constructors

NameDescription
TimephasedData()Initializes a new instance of the

Properties

NameDescription
value_to_unitsGets
uidGets or sets the unique identifier of a time phased data
startGets or sets the start date of a time phased data period.
finishGets or sets the finish date of a time phased data period.
unitGets or sets the time unit of a time phased data period.
timephased_data_typeGets or sets the type of a time phased data.
valueGets or sets the value per unit of time for a time phased data period.
value_to_durationGets
value_to_costGets

Methods

NameDescription
create_cost_timephased(uid, start, finish, value, time_unit, type)Creates and initializes a new instance of the
create_cost_timephased(uid, start, finish, value, type)Creates and initializes a new instance of the
create_work_timephased(uid, start, finish, value, time_unit, type)Creates and initializes a new instance of the
create_unit_timephased(uid, start, finish, units, type)Creates and initializes a new instance of the

See Also