Instance Property インスタンスプロパティ

shortMonthSymbols

A list of shorter-named months in this calendar, localized to the Calendar’s locale. このカレンダーの中の短縮名の月のリスト、Calendarの持つlocaleにローカライズされます。

Declaration 宣言

var shortMonthSymbols: [String] { get }

Discussion 議論

For example, for English in the Gregorian calendar, returns ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]. 例えば、グレゴリオ暦での英語に対して、["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]を返します。

See Also 参照

Getting Month Symbols 月表象を得る