ProjectDataSet.AssignmentRow.ASSN_START_DATE property
Indicates that the assignment start date is the date and time when this resource begins work on this task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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
Project also accounts for the resource calendar and task dependencies when calculating the assignment start date.
See also
Reference
ProjectDataSet.AssignmentRow class