Share via


Task.ScheduledFinish property

Gets the date when work on the task is scheduled to be complete as it was calculated based on the start date, the duration, dependencies, calendars, and other scheduling factors.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ScheduledFinish As DateTime
    Get
'Usage
Dim instance As Task
Dim value As DateTime

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

Property value

Type: System.DateTime
The date when work is scheduled to be complete.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace