ProjectDataSet.AssignmentRow.ASSN_FINISH_VAR property
Specifies the duration that represents the difference between the baseline finish date of a task or assignment and its current finish date.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_FINISH_VAR As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Integer
value = instance.ASSN_FINISH_VAR
instance.ASSN_FINISH_VAR = value
public int ASSN_FINISH_VAR { get; set; }
Property value
Type: System.Int32
Remarks
Read-only. ASSN_FINISH_VAR is calculated as shown in the following formula.
ASSN_FINISH_VAR = ASSN_FINISH_DATE - AB_FINISH
Duration is indicated in tenths of minutes. For example, a value of 100 indicates 10 minutes.
See also
Reference
ProjectDataSet.AssignmentRow class