var description: String
A textual description of the time zone including the name, abbreviation, offset from GMT, and whether or not daylight saving time is currently in effect.
名前、略語、GMTからの相殺、そして夏時間が現在有効かどうかを含んでいるタイムゾーンのテキスト記述。
Availability 有効性
Technology
func localizedName(_ style: NSTimeZone
.NameStyle
,
locale: Locale
?) -> String
?
style
The format style for the returned string. 返される文字列に対する書式設定スタイル。
locale
The locale for which to format the name. このロケールに対して名前が書式設定されます。
The name of the receiver localized for locale
using style
.
locale
に対してstyle
を使ってローカライズされたレシーバの名前。
var description: String