Updates the NonworkingDayIntervalProvider definition to consider the specified day time break(s), such as for having lunch.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public void AddWorkingDayTimeBreaks( params DayTimeInterval[] dayTimeBreaks ) |
Visual Basic (Declaration) |
---|
Public Sub AddWorkingDayTimeBreaks ( _ ParamArray dayTimeBreaks As DayTimeInterval() _ ) |
Parameters
- dayTimeBreaks
- Type: array<
DlhSoft.Windows.Data..::.DayTimeInterval
>[]()[]