Assignment.Start property

Gets the date and time that a resource is scheduled to start the assignment.

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

Syntax

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

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

Property value

Type: System.DateTime
The assignment start date.

Remarks

Project calculates the assignment start date based on the resource calendar and task dependencies. It also considers the task start date and any assignment delay, as follows:

Assignment Start = Task Start + Assignment Delay

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace