init?(name: String)
Returns a time zone initialized with a given identifier.
与えられた識別子で初期化されたタイムゾーンを返します。
init?(name: String, data: Data?)
Initializes a time zone with a given identifier and time zone data.
与えられた識別子とタイムゾーンデータで初期化されたタイムゾーンを返します。
init?(abbreviation: String)
Returns the time zone object identified by a given abbreviation.
与えられた略語によって識別されるタイムゾーンオブジェクトを返します。
init(forSecondsFromGMT : Int)
Returns a time zone object offset from Greenwich Mean Time by a given number of seconds.
グリニッジ標準時からある与えられた秒数だけ補われるタイムゾーンオブジェクトを返します。
class var knownTimeZoneNames : [String]
Returns an array of strings listing the IDs of all the time zones known to the system.
システムに知られる全てのタイムゾーンのIDを列記している文字列からなるある配列を返します。