Редагувати

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


ProjectDataSet.TaskRow.TASK_REM_WORK Property

Definition

Contains the amount of time that is required to complete a task.

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

Property Value

Remarks

TASK_REM_WORK = TASK_WORK - TASK_ACT_WORK

Work is stored as thousandths of a minute. For example, 10000 indicates 10 minutes.

Applies to