Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_START_DATE Property

Gets or sets the date and time that an assigned resource is scheduled to begin working on a task.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

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

Project calculates the assignment start date based on the resource calendar and task dependencies.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

Resource Web Service