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

# startDate

The start date for the time interval.

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

## Discussion

The date in this property must come chronologically before the date in the [`endDate`](/documentation/ClockKit/CLKTimeIntervalTextProvider/endDate) 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)