Share via


Task.EarliestFinish property

Gets the earliest date that the task could possibly finish, based on the early finish dates of predecessor and successor tasks, other constraints, and any leveling delay.

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

Syntax

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

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

Property value

Type: System.DateTime
A DateTime object.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace