Gets or sets the duration value of the current task item, 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 Duration { get; set; }
Visual Basic (Declaration)
Public Property Duration As TimeSpan

Implements

IGanttChartItem..::.Duration

See Also