Updates the NonworkingDayIntervalProvider definition to consider the specified day time break, such as for having lunch.

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

Syntax

C#
public void AddWorkingDayTimeBreak(
	TimeOfDay start,
	TimeOfDay finish
)
Visual Basic (Declaration)
Public Sub AddWorkingDayTimeBreak ( _
	start As TimeOfDay, _
	finish As TimeOfDay _
)

See Also