Gets the effort value of the current task item (identical to duration for standard tasks).

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

Syntax

C#
TimeSpan Effort { get; }
Visual Basic (Declaration)
ReadOnly Property Effort As TimeSpan

See Also