---
title: NSDatePicker.Style
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsdatepicker/style
---

# NSDatePicker.Style

Constants that define the visual appearance of the date picker cell.

## Declaration

```swift
enum Style
```

## Topics

### Enumeration Cases

- [NSDatePicker.Style.clockAndCalendar](appkit/nsdatepicker/style/clockandcalendar.md)
- [NSDatePicker.Style.textField](appkit/nsdatepicker/style/textfield.md)
- [NSDatePicker.Style.textFieldAndStepper](appkit/nsdatepicker/style/textfieldandstepper.md)

### Initializers

- [init(rawValue:)](appkit/nsdatepicker/style/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring Date Pickers

- [isBezeled](appkit/nsdatepicker/isbezeled.md)
- [isBordered](appkit/nsdatepicker/isbordered.md)
- [backgroundColor](appkit/nsdatepicker/backgroundcolor.md)
- [drawsBackground](appkit/nsdatepicker/drawsbackground.md)
- [textColor](appkit/nsdatepicker/textcolor.md)
- [datePickerStyle](appkit/nsdatepicker/datepickerstyle.md)
- [presentsCalendarOverlay](appkit/nsdatepicker/presentscalendaroverlay.md)
- [delegate](appkit/nsdatepicker/delegate.md)
- [datePickerElements](appkit/nsdatepicker/datepickerelements.md)
- [NSDatePicker.ElementFlags](appkit/nsdatepicker/elementflags.md)
