Edit

Share via


ProjectDataSet.TaskRow.TASK_DUR Property

Definition

Specifies the duration of the task.

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

Property Value

Remarks

Duration is stored as a number that represents one tenth of a minute. For example, a duration of 100 indicates 10 minutes.

Applies to