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 システムタイムゾーンを扱う