The date for which to test membership of the date interval. それに対してこの日付間隔の一員であることをテストすることになる日付。
Instance Method
インスタンスメソッド
contains
containsDate:
Indicates whether the receiver contains the specified date.
レシーバがこの指定された日付を含むかどうかを指し示します。
Availability 有効性
- iOS 10.0+
- iPadOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
- (BOOL)containsDate:(NSDate
*)date;
Parameters パラメータ
date
Return Value 戻り値
YES
if the receiver contains date
. Otherwise, NO
.
YES
、もしレシーバがdate
を含むならば。そうでなければ、NO
。