- Set AllAbbrWeekdays
AllAbbrWeekdays
The predefined set AllAbbrWeekdays
contains the abbreviated English
names of all weekdays.
Set AllAbbrWeekdays {
Index : IndexAbbrWeekdays;
Definition : data { Mon, Tue, Wed, Thu, Fri, Sat, Sun };
}
Definition
The set
AllAbbrWeekdays
contains the abbreviated English names of all weekdays.
Updatability
The contents of the set cannot be modified.
Note
The set AllAbbrWeekdays
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 AllWeekdays
, LocaleAllAbbrWeekdays
, LocaleAllWeekdays
. Calendars are discussed in
full detail in Calendars of the Language Reference, date-time formats
in Format of Time Slots and Periods