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

isDateInToday:

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

Declaration 宣言

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

Parameters パラメータ

date

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

Return Value 戻り値

YES if the given date is in “today,” otherwise NO. YES、もし与えられた日付が “今日” の内ならば、そうでなければNO

See Also 参照

Comparing Dates 日付を比較する