Represents a method that enumerates specific nonworking day time intervals for a Gantt Chart control or a Schedule object instance.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public delegate IEnumerable<DayTimeInterval> NonworkingDayIntervalProvider( Date date ) |
Visual Basic (Declaration) |
---|
Public Delegate Function NonworkingDayIntervalProvider ( _ date As Date _ ) As IEnumerable(Of DayTimeInterval) |
Parameters
- date
- Type: DlhSoft.Windows.Data..::.Date