ProjectDataSet.AssignmentRow.ASSN_START_DATE Property

Assignment start date is the date and time this resource begins work on this task.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_START_DATE As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As DateTime

value = instance.ASSN_START_DATE

instance.ASSN_START_DATE = value
public DateTime ASSN_START_DATE { get; set; }

Property Value

Type: System.DateTime

Remarks

Read-only. ASSN_START_DATE is calculated as shown in the following formula.

ASSN_START_DATE = TASK_START_DATE + ASSN_DELAY

Microsoft Office Project also accounts for the resource calendar and task dependencies when calculating the assignment start date.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace