- Set AllAbbrMonths
AllAbbrMonths
The predefined set AllAbbrMonths
contains the abbreviated English
names of all months.
Set AllAbbrMonths {
Index : IndexAbbrMonths;
Definition : {
data { Jan, Feb, Mar, Apr, May, Jun,
Jul, Aug, Sep, Oct, Nov, Dec }
}
}
Definition
The set
AllAbbrMonths
contains the abbreviated English names of all months.
Updatability
The contents of the set cannot be modified.
Note
The set AllAbbrMonths
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 AllMonths
, LocaleAllAbbrMonths
, LocaleAllMonths
. Calendars are discussed in
full detail in Calendars of the Language Reference, date-time formats
in Format of Time Slots and Periods