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

distance(to:)

Returns the distance from this date to another date, specified as a time interval. この日付から別の日付までの隔たりを返します、ある時間間隔として指定されます。

Declaration 宣言

func distance(to other: Date) -> TimeInterval

Parameters パラメータ

other

Another date. 別の日付。

Return Value 戻り値

The distance from this date to the other date, as a TimeInterval. この日付から別の日付までの隔たり、あるTimeIntervalとして。

See Also 参照

Comparing Dates 日付を比較する