Set AllWeekdays

AllWeekdays

The predefined set AllWeekdays contains the unabbreviated English names of all weekdays.

Set AllWeekdays {
    Index      :  IndexWeekdays;
    Definition :  {
        data { Monday, Tuesday, Wednesday, Thursday,
               Friday, Saturday, Sunday }
    }
}

Definition

The set AllWeekdays contains the unabbreviated English names of all weekdays.

Updatability

The contents of the set cannot be modified.

Note

The set AllWeekdays can be used to construct a date-time format specification as specified in Format of Time Slots and Periods Such date-time format specifications are required, for instance, in the TimeslotFormat attribute of a Calendar.

See also

The sets AllAbbrWeekdays, LocaleAllWeekdays, LocaleAllWeekdays. Calendars are discussed in full detail in Calendars of the Language Reference, date-time formats in Format of Time Slots and Periods