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

timeIntervalSince(_:)

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

Declaration 宣言

func timeIntervalSince(_ anotherDate: Date) -> TimeInterval

Parameters パラメータ

anotherDate

The date with which to compare the receiver. You must pass a non-nil date object. レシーバと比較する日付。あなたは非nil日付オブジェクトを渡さなければなりません。

Return Value 戻り値

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

See Also 参照

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