DraftAssignment.RemainingOvertimeWorkTimeSpan property
Gets or sets the time interval for the amount of remaining scheduled overtime work on the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RemainingOvertimeWorkTimeSpan As TimeSpan
Get
Set
'Usage
Dim instance As DraftAssignment
Dim value As TimeSpan
value = instance.RemainingOvertimeWorkTimeSpan
instance.RemainingOvertimeWorkTimeSpan = value
[RemoteAttribute]
public TimeSpan RemainingOvertimeWorkTimeSpan { get; set; }
Property value
Type: System.TimeSpan
The duration of the remaining scheduled overtime work.