ProjectDataSet.TaskRow.TASK_START_VAR 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.
Task start variance is the difference between the baseline start date (TB_START ) and the actual start date (TASK_START_DATE).
public:
property int TASK_START_VAR { int get(); void set(int value); };
public int TASK_START_VAR { get; set; }
member this.TASK_START_VAR : int with get, set
Public Property TASK_START_VAR As Integer
Property Value
Remarks
Read-only.
Duration is stored in tenths of minutes. For example, a value of 100 indicates 10 minutes.