Instance Property インスタンスプロパティ

isDaylightSavingTime

A Boolean value that indicates whether the receiver is currently using daylight saving time. レシーバが現在夏時間を使うかどうかを指し示すブール値。

Declaration 宣言

var isDaylightSavingTime: Bool { get }

Discussion 議論

If true, the receiver is currently using daylight saving time, otherwise false. This property invokes isDaylightSavingTime(for:) with the current date as the argument. trueならば、レシーバはいま夏時間を使っています、そうでなければfalse。このプロパティはisDaylightSavingTime(for:)を、その引数として現在の日付を使って発動します。

See Also 参照

Working with Daylight Savings 夏時間を扱う