- compareDate:toDate:toUnitGranularity:
Indicates the ordering of two given dates based on their components down to a given unit granularity.
2つの与えられた日付の順序をそれらの構成要素にある与えられた単位粒度まで基づいて指し示します。
- isDate:equalToDate:toUnitGranularity:
Indicates whether two dates are equal to a given unit of granularity.
2つの日付がある与えられた粒度の単位まで等しいかどうかを指し示します。
- isDate:inSameDayAsDate:
Indicates whether two dates are in the same day.
2つの日付が同じ日にちの内かどうかを指し示します。
- isDateInToday:
Indicates whether the given date is in “today.”
与えられた日付が「今日」のうちかどうかを指し示します。
- isDateInTomorrow:
Indicates whether the given date is in “tomorrow.”
与えられた日付が「明日」のうちかどうかを指し示します。
- isDateInYesterday:
Indicates whether the given date is in “yesterday.”
与えられた日付が「昨日」のうちかどうかを指し示します。