Instance Method
インスタンスメソッド
earlierDate:
Returns the earlier of the receiver and another given date.
レシーバと別の与えられた日付のより前のものを返します。
Parameters
パラメータ
anotherDate
The date with which to compare the receiver.
レシーバと比較する日付。
Return Value
戻り値
The earlier of the receiver and anotherDate
, determined using timeIntervalSinceDate:
. If the receiver and anotherDate
represent the same date, returns the receiver.
レシーバとanotherDate
のより前のもの、timeIntervalSinceDate:
を使って決定されます。レシーバとanotherDate
が同じ日付を表すならば、レシーバが返されます。
See Also
参照
Comparing Dates
日付を比較する
- isEqualToDate:
Returns a Boolean value that indicates whether a given object is a date that is exactly equal the receiver.
与えられたオブジェクトがレシーバと正確に等しい日付であるかどうかを指し示すブール値を返します。
- laterDate:
Returns the later of the receiver and another given date.
レシーバと別の与えられた日付のより後のものを返します。
- compare:
Indicates the temporal ordering of the receiver and another given date.
レシーバと別の与えられた日付の時間的順序を指し示します。
Related Documentation
関連文書
- isEqual:
Returns a Boolean value that indicates whether the receiver and a given object are equal.
レシーバと与えられたオブジェクトが等しいかどうかを指し示すブール値を返します。