Редагувати

Поділитися через


ProjectDataSet.TaskRow.TASK_EAC Property

Definition

Estimate at completion is the total scheduled or projected cost for a task based on costs that have been incurred, in addition to the costs that are planned for remaining work.

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

Property Value

Remarks

Read-only.

TASK_EAC = WebSvcStatusing.ProjectDataSet.TaskRow.TB_ACWP + (TB_COST X - TASK_BCWP) / TASK_CPI

Applies to