---
title: timeIntervalSinceNow
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/date/timeintervalsincenow
---

# timeIntervalSinceNow

The time interval between the date value and the current date and time.

## Declaration

```swift
var timeIntervalSinceNow: TimeInterval { get }
```

## Discussion

Discussion If the date is earlier than the current date and time, this property’s value is negative.

## See Also

### Getting Time Intervals

- [timeIntervalSince(_:)](foundation/date/timeintervalsince(_:).md)
- [timeIntervalSinceReferenceDate](foundation/date/timeintervalsincereferencedate-swift.property.md)
- [timeIntervalSince1970](foundation/date/timeintervalsince1970.md)
- [timeIntervalSinceReferenceDate](foundation/date/timeintervalsincereferencedate-swift.type.property.md)
- [timeIntervalBetween1970AndReferenceDate](foundation/date/timeintervalbetween1970andreferencedate.md)
- [Date.Stride](foundation/date/stride.md)
