CalendarDay

CalendarDay enumeration

Represents the day of the week.

Members

Member nameDescription
NONENo values are set.
MONDAYMonday.
TUESDAYTuesday.
WEDNESDAYWednesday.
THURSDAYThursday.
FRIDAYFriday.
SATURDAYSaturday.
SUNDAYSunday.
DAYRepresents all days of the week: SU,MO,TU,WE,TH,FR,SA.
WEEK_DAYRepresents weekdays of the week: MO,TU,WE,TH,FR.
WEEKEND_DAYRepresents weekend days of the week: SU,SA.

See Also