Gets or sets a collection of time intervals that are to be considered as special nonworking time (such as holidays or or other type of break time) in the chart.

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

Syntax

C#
ObservableCollection<TimeInterval> NonworkingIntervals { get; set; }
Visual Basic (Declaration)
Property NonworkingIntervals As ObservableCollection(Of TimeInterval)

See Also