<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/DatePickerStyle/graphical",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI15DatePickerStylePA2A09GraphicalcdE0VRszrlE9graphicalAEvpZ"
  },
  "title" : "graphical"
}
-->

# graphical

A date picker style that displays an interactive calendar or clock.

```
@MainActor @export(implementation) @preconcurrency static var graphical: GraphicalDatePickerStyle { get }
```

## Discussion

This style is useful when you want to allow browsing through days in a
calendar, or when the look of a clock face is appropriate.

---

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)