Share via


PlanAssignmentIntervalCreationInformation.Interval property

Gets or sets the timescale division that is used to measure the amount of work that is being done.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property Interval As DateTime
    Get
    Set
'Usage
Dim instance As PlanAssignmentIntervalCreationInformation
Dim value As DateTime

value = instance.Interval

instance.Interval = value
[RemoteAttribute]
public DateTime Interval { get; set; }

Property value

Type: System.DateTime
The time interval for the plan assignment.

Remarks

Examples of intervals are hours, days, weeks, and months.

See also

Reference

PlanAssignmentIntervalCreationInformation class

PlanAssignmentIntervalCreationInformation members

Microsoft.ProjectServer.Client namespace