<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKTimeIntervalTextProvider/endDate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKTimeIntervalTextProvider(py)endDate"
  },
  "title" : "endDate"
}
-->

# endDate

The end date for the time interval.

```
var endDate: Date { get set }
```

## Discussion

The date in this property must come chronologically after the date in the [`startDate`](/documentation/ClockKit/CLKTimeIntervalTextProvider/startDate) property. This property must not be `nil`.

## See Also

[`init(start:end:timeZone:)`](/documentation/ClockKit/CLKTimeIntervalTextProvider/init(start:end:timeZone:))

Creates and returns a text provider with the specified dates and time zone information.

[`init(start:end:)`](/documentation/ClockKit/CLKTimeIntervalTextProvider/init(start:end:))

Creates and returns a text provider with the specified start and end dates.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)