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

abbreviation(for:)

Returns the abbreviation for the receiver at a given date. 与えられた日付でのレシーバに対する略語を返します。

Declaration 宣言

func abbreviation(for aDate: Date) -> String?

Parameters パラメータ

aDate

The date for which to get the abbreviation for the receiver. それに対してレシーバの略語を得ることになる日付。

Return Value 戻り値

The abbreviation for the receiver at aDate. aDateでのレシーバに対する略語。

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 タイムゾーン情報を得る