Weekday
An enum representing the days of the week.
To call an enum, you call its parent class, name, and property. For example, Base.Weekday.SUNDAY
.
Properties
| Property | Type | Description |
|---|---|---|
SUNDAY
|
Enum
|
Sunday. |
MONDAY
|
Enum
|
Monday. |
TUESDAY
|
Enum
|
Tuesday. |
WEDNESDAY
|
Enum
|
Wednesday. |
THURSDAY
|
Enum
|
Thursday. |
FRIDAY
|
Enum
|
Friday. |
SATURDAY
|
Enum
|
Saturday. |

