Expand Minimize
This topic has not yet been rated - Rate this topic

ProjectDataSet.TaskRow.TASK_START_DATE property

Contains the starting date of the task.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)
Public Property TASK_START_DATE As DateTime
	Get
	Set
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime

value = instance.TASK_START_DATE

instance.TASK_START_DATE = value
public DateTime TASK_START_DATE { get; set; }

Property value

Type: System.DateTime

Read-only, except when the task is created. The TASK_START_DATE and TASK_FINISH_DATE fields are calculated by the Project Server scheduling engine. The scheduling engine calculates the start date based on the task dependencies, the project calendar, and other task constraints. If resources are assigned, the scheduling engine also considers the resource calendar and assignment units.

For more information, see Task Start and Finish Dates.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.