Set LocaleAllWeekdays

LocaleAllWeekdays

The predefined set LocaleAllWeekdays contains the unabbreviated names of all weekdays according the current system locale.

Set LocaleAllWeekdays {
    Index      :  LocaleIndexWeekdays;
}

Definition

The set LocaleAllWeekdays contains the unabbreviated names of all weekdays according to the current system locale.

Updatability

During system startup, the set LocaleAllWeekdays is filled with the set of unabbreviated weekday names according to the current system locale. The contents of the set cannot be modified.

Note

The set LocaleAllWeekdays 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. The current system locale can be modified through the Regional Settings dialog box in the Windows Control Panel.

See also

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