---
title: CFDateFormatterStyle.shortStyle
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cfdateformatterstyle/shortstyle
---

# CFDateFormatterStyle.shortStyle

Specifies a short style, typically numeric only, such as “11/23/37” or “3:30pm”.

## Declaration

```swift
case shortStyle
```

## See Also

### Enumeration Cases

- [CFDateFormatterStyle.fullStyle](corefoundation/cfdateformatterstyle/fullstyle.md)
- [CFDateFormatterStyle.longStyle](corefoundation/cfdateformatterstyle/longstyle.md)
- [CFDateFormatterStyle.mediumStyle](corefoundation/cfdateformatterstyle/mediumstyle.md)
- [CFDateFormatterStyle.noStyle](corefoundation/cfdateformatterstyle/nostyle.md)
