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

isDaylightSavingTimeForDate:

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

Declaration 宣言

- (BOOL)isDaylightSavingTimeForDate:(NSDate *)aDate;

Parameters パラメータ

aDate

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

Return Value 戻り値

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

See Also 参照

Working with Daylight Savings 夏時間を扱う