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

quarterSymbols

A list of quarter names in this calendar, localized to the Calendar’s locale. このカレンダーの中の四半期名のリスト、Calendarの持つlocaleにローカライズされます。

Declaration 宣言

var quarterSymbols: [String] { get }

Discussion 議論

For example, for English in the Gregorian calendar, returns ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]. 例えば、グレゴリオ暦での英語に対して、["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]を返します。

See Also 参照

Getting Quarter Symbols 四半期表象を得る