WorkDayOfWeek Properties
Represents a work day of the week.| Name | Description |
|---|---|
| DayOfWeek | Gets the day of the week. |
| IsNonWorkDay | Gets whether the day is a non-work day. Inherited from ScheduleDay. |
| Tag | Gets or sets a custom tag assigned to the day. Inherited from ScheduleDay. |
| WorkTimes | Provides access to work intervals in the day’s schedule (for example, 9:00 to 12:00 and 13:00 to 18:00). Inherited from ScheduleDay. |
See Also