+ timeZoneWithName:data:
Returns the time zone with a given identifier whose data has been initialized using given data.
与えられたデータを使ってそれのデータが初期化された、与えられた識別子をもつタイムゾーンを返します。
- initWithName:
Returns a time zone initialized with a given identifier.
与えられた識別子で初期化されたタイムゾーンを返します。
- initWithName:data:
Initializes a time zone with a given identifier and time zone data.
与えられた識別子とタイムゾーンデータで初期化されたタイムゾーンを返します。
+ timeZoneWithAbbreviation:
Returns the time zone object identified by a given abbreviation.
与えられた略語によって識別されるタイムゾーンオブジェクトを返します。
+ timeZoneForSecondsFromGMT:
Returns a time zone object offset from Greenwich Mean Time by a given number of seconds.
グリニッジ標準時からある与えられた秒数だけ補われるタイムゾーンオブジェクトを返します。
knownTimeZoneNames
Returns an array of strings listing the IDs of all the time zones known to the system.
システムに知られる全てのタイムゾーンのIDを列記している文字列からなるある配列を返します。
abbreviationDictionary
Returns a dictionary holding the mappings of time zone abbreviations to time zone names.
タイムゾーン略語のタイムゾーン名への対応付けを保持している辞書を返します。