---
title: timeInterval
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsdatepickercell/timeinterval
---

# timeInterval

The time interval that represents the date range.

## Declaration

```swift
var timeInterval: TimeInterval { get set }
```

## Discussion

Discussion The date range begins at the date in the dateValue property. The value in this property applies only when the date picker is in the NSRangeDateMode mode.

## See Also

### Object Values

- [dateValue](appkit/nsdatepickercell/datevalue.md)
- [calendar](appkit/nsdatepickercell/calendar.md)
- [locale](appkit/nsdatepickercell/locale.md)
- [timeZone](appkit/nsdatepickercell/timezone.md)
