Gets the generic nonworking time interval collection of the current schedule object.

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

Syntax

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

See Also