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

laterDate(_:)

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

Declaration 宣言

func laterDate(_ anotherDate: Date) -> Date

Parameters パラメータ

anotherDate

The date with which to compare the receiver. レシーバと比較する日付。

Return Value 戻り値

The later of the receiver and anotherDate, determined using timeIntervalSince(_:). If the receiver and anotherDate represent the same date, returns the receiver. レシーバとanotherDateのより後のもの、timeIntervalSince(_:)を使って決定されます。レシーバとanotherDateが同じ日付を表すならば、レシーバが返されます。

See Also 参照

Comparing Dates 日付を比較する

Related Documentation 関連文書