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

isDate(_:equalTo:toUnitGranularity:)

Indicates whether two dates are equal to a given unit of granularity. 2つの日付がある与えられた粒度の単位まで等しいかどうかを指し示します。

Declaration 宣言

func isDate(_ date1: Date, 
    equalTo date2: Date, 
toUnitGranularity unit: NSCalendar.Unit) -> Bool

Parameters パラメータ

date1

The first date to compare. 比較する第1の日付。

date2

The second date to compare. 比較する第2の日付。

unit

The smallest unit that must, along with all larger units, be equal in the given dates. For possible values, see NSCalendar.Unit. 与えられた日付それらにおいて、より大きい単位の全てとともに、等しくなければならない最も小さい単位。可能な値として、NSCalendar.Unitを見てください。

Return Value 戻り値

true if both dates have equal date component for all units greater than or equal to the given unit, otherwise false. true、もし両方の日付がその与えられた単位より大きいか等しい単位の全てに対して等しい日付構成要素を持つならば、そうでなければfalse

See Also 参照

Comparing Dates 日付を比較する