Share via


PlanAssignmentInterval.DurationTimeSpan property

Gets or sets the length of time for the plan assignment interval, in units of time.

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 PlanAssignmentInterval
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 interval.

Remarks

The units of time can include minutes, hours, days, and other smaller and larger measurable amounts of time.

See also

Reference

PlanAssignmentInterval class

PlanAssignmentInterval members

Microsoft.ProjectServer.Client namespace