Instance Property
インスタンスプロパティ
timeZone
The time zone with which to specify time values.
それで時間値を指定することになるタイムゾーン。
Discussion
議論
The default value of this property is the default time zone for the current user, which is accessible from the defaultTimeZone
method of NSTimeZone
. You can change this value to a different time zone to generate strings based on that time zone.
このプロパティの省略時の値は、省略時のタイムゾーンです、それはNSTimeZone
のdefaultTimeZone
メソッドからアクセス可能です。あなたは、この値を異なるタイムゾーンに変更して、そのタイムゾーンに基づいて文字列を生成できます。
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.
日付値に対して使うためのカレンダー。
locale
The locale to use when formatting date and time values.
日付と時刻値を書式設定する時に使うロケール。