ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_START_DATE Property

Specifies the date and time this resource begins work on this task.

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

Syntax

'Declaration
Public Property ASSN_START_DATE As DateTime
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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 calculates the assignment start date based on the resource calendar and task dependencies.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace