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