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

daylightSavingTime

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

Declaration 宣言

@property(readonly, getter=isDaylightSavingTime) BOOL daylightSavingTime;

Discussion 議論

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

See Also 参照

Working with Daylight Savings 夏時間を扱う