Task.ActualDurationTimeSpan property
Gets the total time interval for the span of active working time that is required to complete a task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ActualDurationTimeSpan As TimeSpan
Get
'Usage
Dim instance As Task
Dim value As TimeSpan
value = instance.ActualDurationTimeSpan
[RemoteAttribute]
public TimeSpan ActualDurationTimeSpan { get; }
Property value
Type: System.TimeSpan
The duration of the span of actual working time.