StatusingDataSet.TasksRow.TASK_SCHED_START Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the start date of the task, as calculated by the scheduler.
public:
property DateTime TASK_SCHED_START { DateTime get(); void set(DateTime value); };
public DateTime TASK_SCHED_START { get; set; }
member this.TASK_SCHED_START : DateTime with get, set
Public Property TASK_SCHED_START As DateTime
Property Value
Remarks
This is a calculated field.