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

contains(_:)

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

Declaration 宣言

func contains(_ date: Date) -> Bool

Parameters パラメータ

date

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

Return Value 戻り値

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