init?(name: String)
init?(name: String, data: Data?)
init(forSecondsFromGMT : Int)
class var knownTimeZoneNames : [String]
class var abbreviationDictionary : [String : String]
Availability 有効性
Technology
convenience init?(abbreviation: String
)
abbreviation
An abbreviation for a time zone. あるタイムゾーンに対する略語。
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
に合うものがないならば。
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” は合衆国とオーストラリアの両方において東部標準時を参照します。
init?(name: String)
init?(name: String, data: Data?)
init(forSecondsFromGMT : Int)
class var knownTimeZoneNames : [String]
class var abbreviationDictionary : [String : String]
+ timeZoneWithName: