Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates that the assignment start date is the date and time when this resource begins work on this task.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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