Gets or sets the completed effort value of the current task item, based on or updating the CompletedFinish property value accordingly.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public TimeSpan CompletedEffort { get; set; }
Visual Basic (Declaration)
Public Property CompletedEffort As TimeSpan

Implements

IGanttChartItem..::.CompletedEffort

See Also