ProjectDataSet.TaskRow.TASK_FINISH_DATE Property
The date when this task is scheduled to be completed.
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 TASK_FINISH_DATE As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime
value = instance.TASK_FINISH_DATE
instance.TASK_FINISH_DATE = value
public DateTime TASK_FINISH_DATE { get; set; }
Property Value
Type: System.DateTime
Remarks
TASK_FINISH_DATE can be calculated or entered. Project calculates the finish date based on the start date, task duration, task dependencies, the project calendar, and other task constraints. If resources are assigned, Project also considers the resource calendar and assignment units.