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

calendar

The calendar to use for formatting values that don’t have an inherent calendar of their own. それら自身の内在カレンダーを持たない値を書式設定するために使うカレンダー。

Declaration 宣言

var calendar: Calendar! { get set }

Discussion 議論

Defaults to autoupdatingCurrent. If you set this property to nil, the formatter resets to using autoupdatingCurrent. 初期状態はautoupdatingCurrentです。あなたがこのプロパティをnilに設定するならば、フォーマッタはautoupdatingCurrentを使うように再設定します。

See Also 参照

Configuring Formatter Options フォーマッタオプションを構成設定する