ExceptionDay Constructors
Represents a day with a schedule that is an exception to the regular workweek.| Name | Parameters | Description |
|---|---|---|
| ExceptionDay() | none | Initializes a new ExceptionDay class instance. |
| ExceptionDay(WorkTime[]) | workTimes | Initializes a new ExceptionDay class instance. |
| ExceptionDay(IEnumerable<WorkTime>) | workTimes | Initializes a new ExceptionDay class instance. |
See Also