WorkTimeInterval Constructors
A time interval that can be used instead of the TimeOfDayInterval class to specify the work time within a day.| Name | Parameters | Description |
|---|---|---|
| WorkTimeInterval() | none | Initializes a new instance of the WorkTimeInterval class with the default settings. |
| WorkTimeInterval(TimeSpan, TimeSpan) | start, end | Initializes a new instance of the WorkTimeInterval class with the specified start time and end time. |
See Also