Type Method 型メソッド

timeZoneWithName:

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

Declaration 宣言

+ (instancetype)timeZoneWithName:(NSString *)tzName;

Parameters パラメータ

tzName

The ID for the time zone. タイムゾーンに対するID。

Return Value 戻り値

The time zone in the information directory with a name matching tzName. Returns nil if there is no match for the name. tzNameと合致する名前をもつ情報ディレクトリの中のタイムゾーン。nilを返します、もし名前に合うものがないならば。

See Also 参照

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