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

# uppercase

A Boolean value that determines whether the date string displays in uppercase.

```
var uppercase: Bool { get set }
```

## Discussion

By default, this property is set to <doc://com.apple.documentation/documentation/Swift/false>. Set it to <doc://com.apple.documentation/documentation/Foundation/NSExpression/true> if you want the text provider to produce uppercase text.

---

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)