Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.