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

isDaylightSavingTime(for:)

Indicates whether the receiver uses daylight saving time on a given date. レシーバが夏時間をある与えられた日付に関して使うかどうかを指し示します。

Declaration 宣言

func isDaylightSavingTime(for aDate: Date) -> Bool

Parameters パラメータ

aDate

The date against which to test the receiver. それに対してレシーバをテストすることになる日付。

Return Value 戻り値

true if the receiver uses daylight saving time at aDate, otherwise false. true、もしレシーバが夏時間をaDateで使うならば、そうでなければfalse

See Also 参照

Working with Daylight Savings 夏時間を扱う