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

earlierDate:

Returns the earlier of the receiver and another given date. レシーバと別の与えられた日付のより前のものを返します。

Declaration 宣言

- (NSDate *)earlierDate:(NSDate *)anotherDate;

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 日付を比較する

Related Documentation 関連文書