var amSymbol: String
The symbol used to represent “AM”, localized to the Calendar’s locale
.
var eraSymbols: [String]
A list of eras in this calendar, localized to the Calendar’s locale
.
var monthSymbols: [String]
A list of months in this calendar, localized to the Calendar’s locale
.
var pmSymbol: String
The symbol used to represent “PM”, localized to the Calendar’s locale
.
var quarterSymbols: [String]
A list of quarter names in this calendar, localized to the Calendar’s locale
.
var shortMonthSymbols: [String]
A list of shorter-named months in this calendar, localized to the Calendar’s locale
.
var shortQuarterSymbols: [String]
A list of shorter-named quarters in this calendar, localized to the Calendar’s locale
.
var shortStandaloneMonthSymbols: [String]
A list of shorter-named standalone months in this calendar, localized to the Calendar’s locale
.
var shortStandaloneQuarterSymbols: [String]
A list of shorter-named standalone quarters in this calendar, localized to the Calendar’s locale
.
var shortStandaloneWeekdaySymbols: [String]
A list of shorter-named standalone weekdays in this calendar, localized to the Calendar’s locale
.
var shortWeekdaySymbols: [String]
A list of shorter-named weekdays in this calendar, localized to the Calendar’s locale
.
var standaloneMonthSymbols: [String]
A list of standalone months in this calendar, localized to the Calendar’s locale
.
var standaloneQuarterSymbols: [String]
A list of standalone quarter names in this calendar, localized to the Calendar’s locale
.
var standaloneWeekdaySymbols: [String]
A list of standalone weekday names in this calendar, localized to the Calendar’s locale
.
var veryShortMonthSymbols: [String]
A list of very-shortly-named months in this calendar, localized to the Calendar’s locale
.
var veryShortStandaloneMonthSymbols: [String]
A list of very-shortly-named standalone months in this calendar, localized to the Calendar’s locale
.
var veryShortStandaloneWeekdaySymbols: [String]
A list of very-shortly-named weekdays in this calendar, localized to the Calendar’s locale
.
var veryShortWeekdaySymbols: [String]
A list of very-shortly-named weekdays in this calendar, localized to the Calendar’s locale
.
var weekdaySymbols: [String]
A list of weekdays in this calendar, localized to the Calendar’s locale
.