func compare(DateInterval) -> ComparisonResult
Compares the receiver with the specified date interval.
レシーバとこの指定された日付間隔を比較します。
Availability 有効性
Technology
func isEqual(to dateInterval: DateInterval
) -> Bool
dateInterval
The date interval with which to check the receiver for equality. この日付間隔とレシーバの同等性について調べます。
true
if the start
and duration
of date
and the receiver are equal. Otherwise, false
.
true
、もしdate
のstart
とduration
がレシーバと等しいならば。そうでなければ、false
。
func compare(DateInterval) -> ComparisonResult