Initializer

init(abbreviation:)

Returns the time zone object identified by a given abbreviation. 与えられた略語によって識別されるタイムゾーンオブジェクトを返します。

Declaration 宣言

convenience init?(abbreviation: String)

Parameters パラメータ

abbreviation

An abbreviation for a time zone. あるタイムゾーンに対する略語。

Return Value 戻り値

The time zone object identified by abbreviation determined by resolving the abbreviation to a name using the abbreviation dictionary and then returning the time zone for that name. Returns nil if there is no match for abbreviation. abbreviationによって識別されるタイムゾーンオブジェクト、その略語をある名前へと略語辞書を使って解決してそれからその名前に対するタイムゾーンを返すことによって決定されます。nilを返します、もしabbreviationに合うものがないならば。

Discussion 議論

In general, you are discouraged from using abbreviations except for unique instances such as “GMT”. Time Zone abbreviations are not standardized and so a given abbreviation may have multiple meanings—for example, “EST” refers to Eastern Time in both the United States and Australia 一般に、あなたは略語を使うのを思いとどまります、“GMT” などの特有な例を別にすれば。タイムゾーン略語は標準化されずそれゆえある与えられた略語は複数の意味を持つかもしれません — 例えば、“EST” は合衆国とオーストラリアの両方において東部標準時を参照します。

See Also 参照

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

Related Documentation 関連文書