ProjectDataSet.TaskRow.TASK_COMPLETE_THROUGH 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 date that specifies when the task was completed.
public:
property DateTime TASK_COMPLETE_THROUGH { DateTime get(); void set(DateTime value); };
public DateTime TASK_COMPLETE_THROUGH { get; set; }
member this.TASK_COMPLETE_THROUGH : DateTime with get, set
Public Property TASK_COMPLETE_THROUGH As DateTime
Property Value
Remarks
Read-only. It is calculated as the sum of TASK_ACT_START and TASK_ACT_DUR.