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

abbreviation(for:)

Returns the abbreviation for the time zone at a given date. 与えられた日付でのそのタイムゾーンに対する略語を返します。

Declaration 宣言

func abbreviation(for date: Date = Date()) -> String?

Parameters パラメータ

date

The date to use for the calculation. The default value is the current date. 計算に使われる日付。省略時の値は、現在の日付です。

Discussion 議論

Note that the abbreviation may be different at different dates. 略語は異なる日付では異なるかもしれないことに注意してください。 For example, during daylight saving time the US/Eastern time zone has an abbreviation of “EDT.” At other times, its abbreviation is “EST.”

See Also 参照

Getting Time Zone Information タイムゾーン情報を得る