Type Method
型メソッド
resetSystemTimeZone
Clears any time zone value cached for the systemTimeZone
property.
systemTimeZone
プロパティにキャッシュされた何らかのタイムゾーン値を取り除きます。
Declaration
宣言
+ (void)resetSystemTimeZone;
Discussion
議論
If the app has cached the system time zone by accessing the systemTimeZone
class property, this method clears that cached value. If you subsequently access the systemTimeZone
class property, a new time zone object is created and cached.
アプリがキャッシュされたシステムタイムゾーンをsystemTimeZone
クラスプロパティにアクセスすることによって持つならば、このメソッドはそのキャッシュされた値を取り除きます。あなたがその後にsystemTimeZone
クラスプロパティにアクセスするならば、新しいタイムゾーンオブジェクトが作成されてキャッシュされます。
See Also
参照
Working with System Time Zones
システムタイムゾーンを扱う
localTimeZone
An object that tracks the current system time zone.
現在のシステムタイムゾーンを追跡し続けるあるオブジェクト。
systemTimeZone
The time zone currently used by the system.
現在システムによって使われるタイムゾーン。
defaultTimeZone
The default time zone for the current app.
現在のアプリに対する省略時のタイムゾーン。