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

calendar

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

Declaration 宣言

@property(copy) NSCalendar *calendar;

Discussion 議論

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

See Also 参照

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