Edit

Share via


ProjectDataSet.TaskRow.TASK_ACT_DUR Property

Definition

Specifies the span of actual working time for a task so far, based on the scheduled duration and current remaining work or percentage of work complete.

public:
 property int TASK_ACT_DUR { int get(); void set(int value); };
public int TASK_ACT_DUR { get; set; }
member this.TASK_ACT_DUR : int with get, set
Public Property TASK_ACT_DUR As Integer

Property Value

Remarks

Read-only.

Duration is indicated in tenths of minutes. For example, a value of 100 indicates 10 minutes.

Applies to