Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Task start variance is the difference between the baseline start date (TB_START ) and the actual start date (TASK_START_DATE).
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_START_VAR As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_START_VAR
instance.TASK_START_VAR = value
public int TASK_START_VAR { get; set; }
Property value
Type: System.Int32
Remarks
Read-only.
Duration is stored in tenths of minutes. For example, a value of 100 indicates 10 minutes.