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

isDateInTomorrow:

Indicates whether the given date is in “tomorrow.” 与えられた日付が「明日」のうちかどうかを指し示します。

Declaration 宣言

- (BOOL)isDateInTomorrow:(NSDate *)date;

Parameters パラメータ

date

The date for which to perform the calculation. それに対して計算を実行することになる日付。

Return Value 戻り値

YES if the given date is in “tomorrow,” otherwise NO. YES、もし与えられた日付が「明日」のうちならば、そうでなければNO

See Also 参照

Comparing Dates 日付を比較する