Type Property 型プロパティ

abbreviationDictionary

Returns a dictionary holding the mappings of time zone abbreviations to time zone names. タイムゾーン略語のタイムゾーン名への対応付けを保持している辞書を返します。

Declaration 宣言

class var abbreviationDictionary: [String : String] { get set }

Return Value 戻り値

A dictionary holding the mappings of time zone abbreviations to time zone names. タイムゾーン略語からタイムゾーン名への対応付けを保持している辞書。

Discussion 議論

Note that more than one time zone may have the same abbreviation—for example, US/Pacific and Canada/Pacific both use the abbreviation “PST.” In these cases, abbreviationDictionary chooses a single name to map the abbreviation to.

See Also 参照

Creating Time Zones タイムゾーンを作成する