Set LocaleAllMonths

LocaleAllMonths

The predefined set LocaleAllMonths contains the unabbreviated names of all months according the current system locale.

Set LocaleAllMonths {
    Index      :  LocaleIndexMonths;
}

Definition

The set LocaleAllMonths contains the unabbreviated names of all months according to the current system locale.

Updatability

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

Note

The set LocaleAllMonths 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 AllAbbrMonths, AllMonths, LocaleAllAbbrMonths. Calendars are discussed in full detail in Calendars of the Language Reference, date-time formats in Format of Time Slots and Periods