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

timeIntervalSince(_:)

Returns the interval between this date and another given date. この日付と別の与えられた日付の間の隔たりを返します。

Declaration 宣言

func timeIntervalSince(_ date: Date) -> TimeInterval

Parameters パラメータ

another

The date with which to compare the this one. この日付と、このものを比較することになります。

Return Value 戻り値

The interval between the receiver and the another parameter. If the receiver is earlier than anotherDate, the return value is negative. If anotherDate is nil, the results are undefined. レシーバとanotherパラメータの間の隔たり。レシーバがanotherDateより早いならば、戻り値は負です。anotherDatenilならば、結果は未定義です。

See Also 参照

Getting Time Intervals 時間の隔たりを得る

Related Documentation 関連文書

timeIntervalSince1970

timeIntervalSinceNow

timeIntervalSinceReferenceDate