Task.ScheduledDurationTimeSpan property
Gets the time interval for the total span of active working time for the task as entered or as calculated based on the start date, the finish date, calendars, and other scheduling factors.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ScheduledDurationTimeSpan As TimeSpan
Get
'Usage
Dim instance As Task
Dim value As TimeSpan
value = instance.ScheduledDurationTimeSpan
[RemoteAttribute]
public TimeSpan ScheduledDurationTimeSpan { get; }
Property value
Type: System.TimeSpan
The scheduled duration of the task.