Gets or sets the maximum day of week that is considered as a working day in the chart (by default, Friday).

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

Syntax

C#
DayOfWeek WorkingWeekFinish { get; set; }
Visual Basic (Declaration)
Property WorkingWeekFinish As DayOfWeek

See Also