Share via


PublishedTask.RemainingDurationTimeSpan property

Gets the time interval for the amount of time that is required to complete the unfinished part of the task, which is the remaining task duration.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property RemainingDurationTimeSpan As TimeSpan
    Get
'Usage
Dim instance As PublishedTask
Dim value As TimeSpan

value = instance.RemainingDurationTimeSpan
[RemoteAttribute]
public TimeSpan RemainingDurationTimeSpan { get; }

Property value

Type: System.TimeSpan
The remaining task duration.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace