Instance Method インスタンスメソッド

localizedName(_:locale:)

Returns the localized name of the time zone. このタイムゾーンのローカライズされた名前を返します。

Declaration 宣言

func localizedName(_ style: NSTimeZone.NameStyle, 
            locale: Locale?) -> String?

Parameters パラメータ

style

The format style for the returned string. 返される文字列に対する書式設定スタイル。

locale

The locale for which to format the name. このロケールに対して名前が書式設定されます。

Return Value 戻り値

The name of the receiver localized for locale using style. localeに対してstyleを使ってローカライズされたレシーバの名前。

See Also 参照

Describing Time Zones タイムゾーンを記述する