Set LocaleAllAbbrMonths

LocaleAllAbbrMonths

The predefined set LocaleAllAbbrMonths contains the abbreviated names of all months according the current system locale.

Set LocaleAllAbbrMonths {
    Index      :  LocaleIndexAbbrMonths;
}

Definition

The set LocaleAllAbbrMonths contains the abbreviated names of all months according to the current system locale.

Updatability

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

Note

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