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

isDate(_:inSameDayAs:)

Returns a Boolean value indicating whether a date is within the same day as another date. ある日付が別の日付と同じ日にちの内であるかどうかを指し示すブール値を返します。

Declaration 宣言

func isDate(_ date1: Date, inSameDayAs date2: Date) -> Bool

Parameters パラメータ

date1

A date to check for containment. 包含について調べる日付。

date2

A date to check for containment. 包含について調べる日付。

Return Value 戻り値

true if date1 and date2 are in the same day, as defined by the calendar and calendar’s locale; otherwise, false. true、もしdate1date2が、そのカレンダーとカレンダーの持つロケールによる定義どおりに、同じ日の中ならば;そうでなければfalse

See Also 参照

Comparing Dates 日付を比較する