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

isDaylightSavingTime(for:)

Returns a Boolean value that indicates whether the receiver uses daylight saving time at a given date. レシーバが夏時間をある与えられた日付で使用するかどうかを指し示すブール値を返します。

Declaration 宣言

func isDaylightSavingTime(for date: Date = Date()) -> Bool

Parameters パラメータ

date

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

See Also 参照

Working with Daylight Savings 夏時間を扱う