Assignment.StartVarianceTimeSpan property
取得工作分派開始日期的變異數的時間間隔。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property StartVarianceTimeSpan As TimeSpan
Get
'用途
Dim instance As Assignment
Dim value As TimeSpan
value = instance.StartVarianceTimeSpan
[RemoteAttribute]
public TimeSpan StartVarianceTimeSpan { get; }
Property value
Type: System.TimeSpan
開始時間差異持續時間。
備註
開始時間差異是工作分派的比較基準開始日期與目前排程的開始日期,如下列的公式之間的差異:
開始時間差異 = 開始時間-比較基準開始時間