Represents a method that returns the work time intervals of a specified day to define a Schedule.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
public delegate TimeIntervalCollection DayScheduleProvider( Date date ) |
Visual Basic (Declaration) |
---|
Public Delegate Function DayScheduleProvider ( _ date As Date _ ) As TimeIntervalCollection |
Parameters
- date
- Type: DlhSoft.Windows.Data..::.Date
The date to return work time intervals for.