ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_START_VAR property
取得或設定工作分派的比較基準開始日期與目前排程的開始日期之間差的工期單位。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property ASSN_START_VAR As Integer
Get
Set
'用途
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer
value = instance.ASSN_START_VAR
instance.ASSN_START_VAR = value
public int ASSN_START_VAR { get; set; }
Property value
Type: System.Int32
備註
唯讀的。下列公式所示,會計算出 ASSN_START_VAR 。
ASSN_START_VAR = ASSN_START_DATE - AB_START()
工期被表示中的分鐘的十分之一。其值為 100 表示 10 分鐘。
請參閱
參照
ResourceAssignmentDataSet.ResourceAssignmentRow class