Gets or sets the effort value of the current task item (identical to duration for standard tasks), based on or updating the Finish property value accordingly.

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

Syntax

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

Implements

IGanttChartItem..::.Effort

See Also