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

locale

The locale to use when formatting the date. 日付を書式設定する時に使うロケール。

Declaration 宣言

@property(copy) NSLocale *locale;

Discussion 議論

The default value is autoupdatingCurrentLocale. If you set this property to nil, the formatter resets to using autoupdatingCurrentLocale. 省略時の値は、autoupdatingCurrentLocaleです。あなたがこのプロパティをnilに設定するならば、フォーマッタはautoupdatingCurrentLocaleを使うように再設定します。

See Also 参照

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