---
title: date
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clktimetextprovider/date
---

# date

The date object containing the time value.

## Declaration

```swift
var date: Date { get set }
```

## Discussion

Discussion You can make changes to this property until you hand off the timeline entry containing it to ClockKit. The value of this property must not be nil.

## See Also

### Related Documentation

- [init(date:)](clockkit/clktimetextprovider/init(date:).md)
- [init(date:timeZone:)](clockkit/clktimetextprovider/init(date:timezone:).md)

### Getting the Time Information

- [timeZone](clockkit/clktimetextprovider/timezone.md)
