StatusingDataSet.TasksRow.TASK_ACT_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.
Specifies the actual start date and time for the task.
public:
property DateTime TASK_ACT_START { DateTime get(); void set(DateTime value); };
public DateTime TASK_ACT_START { get; set; }
member this.TASK_ACT_START : DateTime with get, set
Public Property TASK_ACT_START As DateTime