Edit

Share via


ProjectDataSet.TaskRow.TASK_ACT_COST Property

Definition

Specifies the total current actual cost that is incurred for this task.

public:
 property double TASK_ACT_COST { double get(); void set(double value); };
public double TASK_ACT_COST { get; set; }
member this.TASK_ACT_COST : double with get, set
Public Property TASK_ACT_COST As Double

Property Value

Remarks

This field may be entered or calculated.

The default value is calculated as:

ASK_ACT_COST = (Actual Work * Standard Rate) + (Actual Overtime Work * Overtime Rate) + Resource Per Use Costs + Task Fixed Cost

Applies to