StatusTask.DurationTimeSpan property
取得或設定任務的作用中工作時間總長的時間間隔。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property DurationTimeSpan As TimeSpan
Get
Set
'用途
Dim instance As StatusTask
Dim value As TimeSpan
value = instance.DurationTimeSpan
instance.DurationTimeSpan = value
[RemoteAttribute]
public TimeSpan DurationTimeSpan { get; set; }
Property value
Type: System.TimeSpan
作用中工作時間總長的持續期間。