Gets the total completed effort of the task, multiplying its completed duration by its total assignment allocation units.

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

Syntax

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

See Also