CalendarDay
CalendarDay enumeration (11 values)
Represents the day of the week.
| Value | Description |
|---|---|
| None | No values are set. |
| Monday | Monday. |
| Tuesday | Tuesday. |
| Wednesday | Wednesday. |
| Thursday | Thursday. |
| Friday | Friday. |
| Saturday | Saturday. |
| Sunday | Sunday. |
| Day | Represents all days of the week: SU,MO,TU,WE,TH,FR,SA. |
| WeekDay | Represents weekdays of the week: MO,TU,WE,TH,FR. |
| WeekendDay | Represents weekend days of the week: SU,SA. |