func compare(Date, to: Date, toUnitGranularity : NSCalendar.Unit) -> ComparisonResult
Indicates the ordering of two given dates based on their components down to a given unit granularity.
2つの与えられた日付の順序をそれらの構成要素にある与えられた単位粒度まで基づいて指し示します。
func isDate (Date, equalTo : Date, toUnitGranularity : NSCalendar.Unit) -> Bool
Indicates whether two dates are equal to a given unit of granularity.
2つの日付がある与えられた粒度の単位まで等しいかどうかを指し示します。
func isDateInToday (Date) -> Bool
Indicates whether the given date is in “today.”
与えられた日付が「今日」のうちかどうかを指し示します。
func isDateInTomorrow (Date) -> Bool
Indicates whether the given date is in “tomorrow.”
与えられた日付が「明日」のうちかどうかを指し示します。
func isDateInWeekend (Date) -> Bool
Indicates whether a given date falls within a weekend period, as defined by the calendar and the calendar's locale.
そのカレンダーとカレンダーのロケールによって定義されるとき、与えられた日付がある週末期間内に収まるかどうかを指し示します。
func isDateInYesterday (Date) -> Bool
Indicates whether the given date is in “yesterday.”
与えられた日付が「昨日」のうちかどうかを指し示します。