Gets or sets the total effort of the task, multiplying its 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 TotalEffort { get; set; }
Visual Basic (Declaration)
Public Property TotalEffort As TimeSpan

See Also