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

containsDate:

Indicates whether the receiver contains the specified date. レシーバがこの指定された日付を含むかどうかを指し示します。

Declaration 宣言

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

Parameters パラメータ

date

The date for which to test membership of the date interval. それに対してこの日付間隔の一員であることをテストすることになる日付。

Return Value 戻り値

YES if the receiver contains date. Otherwise, NO. YES、もしレシーバがdateを含むならば。そうでなければ、NO