Enum CalendarDay

CalendarDay enumeration

Represents the day of the week.

public enum CalendarDay

Values

NameValueDescription
None0No values are set.
Monday1Monday.
Tuesday2Tuesday.
Wednesday3Wednesday.
Thursday4Thursday.
Friday5Friday.
Saturday6Saturday.
Sunday7Sunday.
Day8Represents all days of the week: SU,MO,TU,WE,TH,FR,SA.
WeekDay9Represents weekdays of the week: MO,TU,WE,TH,FR.
WeekendDay10Represents weekend days of the week: SU,SA.

See Also