Instance Property
インスタンスプロパティ
locale
The locale to use when formatting date and time values.
日付と時刻値を書式設定する時に使うロケール。
Discussion
議論
The default value of this property is the current user’s locale, which is accessible from the currentLocale
method of NSLocale
. You can change this value to a different locale to generate strings based on that locale.
このプロパティの省略時の値は、現在のユーザのロケールです、それはNSLocale
のcurrentLocale
メソッドからアクセス可能です。あなたは、この値を異なるロケールに変更して、そのロケールに基づいて文字列を生成できます。
See Also
参照
Configuring the Formatter Options
フォーマッタオプションを構成設定する
dateStyle
The style to use when formatting day, month, and year information.
日、月、そして年情報を書式設定する時に使うスタイル。
timeStyle
The style to use when formatting hour, minute, and second information.
時、分、そして秒情報を書式設定する時に使うスタイル。
dateTemplate
The template for formatting one date and time value.
1つの日付と時刻値を書式設定するための雛型。
calendar
The calendar to use for date values.
日付値に対して使うためのカレンダー。
timeZone
The time zone with which to specify time values.
それで時間値を指定することになるタイムゾーン。