StatusingDataSet.TasksRow.TASK_FINISH_DATE 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.
Indicates the finish date and time of the specified task.
public:
property DateTime TASK_FINISH_DATE { DateTime get(); void set(DateTime value); };
public DateTime TASK_FINISH_DATE { get; set; }
member this.TASK_FINISH_DATE : DateTime with get, set
Public Property TASK_FINISH_DATE As DateTime