Type Method 型メソッド

timeZoneWithName:data:

Returns the time zone with a given identifier whose data has been initialized using given data. 与えられたデータを使ってそれのデータが初期化された、与えられた識別子をもつタイムゾーンを返します。

Declaration 宣言

+ (instancetype)timeZoneWithName:(NSString *)tzName 
                            data:(NSData *)aData;

Parameters パラメータ

tzName

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

data

This parameter is ignored. このパラメータは無視されます。

Return Value 戻り値

The time zone with the ID tzName. IDtzNameをもつタイムゾーン。

Discussion 議論

As of macOS 10.6, the underlying implementation of this method has been changed to ignore the specified data parameter. macOS 10.6現在、このメソッドの基礎をなす実装はその指定されたdataパラメータを無視するよう変更されています。

See Also 参照

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