ProjectDataSet.TaskRow.TASK_ACT_DUR Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.