Edit

Share via


ProjectDataSet.TaskRow.TASK_COMPLETE_THROUGH Property

Definition

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.

Applies to