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

timeZone

The time zone with which to specify time values. それで時間値を指定することになるタイムゾーン。

Declaration 宣言

var timeZone: TimeZone! { get set }

Discussion 議論

The default value of this property is the default time zone for the current user, which is accessible from the default method of NSTimeZone. You can change this value to a different time zone to generate strings based on that time zone. このプロパティの省略時の値は、省略時のタイムゾーンです、それはNSTimeZonedefaultメソッドからアクセス可能です。あなたは、この値を異なるタイムゾーンに変更して、そのタイムゾーンに基づいて文字列を生成できます。

See Also 参照

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