Share via


StatusTask.DurationTimeSpan property

Gets or sets the time interval for the total span of active working time for a task.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property DurationTimeSpan As TimeSpan
    Get
    Set
'Usage
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
The duration of the total span of active working time.

See also

Reference

StatusTask class

StatusTask members

Microsoft.ProjectServer.Client namespace