Task.EarliestStart property
Gets the earliest date that the task could possibly begin, based on the early start dates of predecessor and successor tasks and other constraints.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property EarliestStart As DateTime
Get
'Usage
Dim instance As Task
Dim value As DateTime
value = instance.EarliestStart
[RemoteAttribute]
public DateTime EarliestStart { get; }
Property value
Type: System.DateTime
A DateTime object.