---
title: UIDatePicker.Mode.time
framework: uikit
role: symbol
role_heading: Case
path: uikit/uidatepicker/mode/time
---

# UIDatePicker.Mode.time

A mode that displays the date in hours, minutes, and (optionally) an AM/PM designation. The exact items shown and their order depend upon the locale set. An example of this mode is “6 | 53 | PM”.

## Declaration

```swift
case time
```

## See Also

### Constants

- [UIDatePicker.Mode.date](uikit/uidatepicker/mode/date.md)
- [UIDatePicker.Mode.dateAndTime](uikit/uidatepicker/mode/dateandtime.md)
- [UIDatePicker.Mode.yearAndMonth](uikit/uidatepicker/mode/yearandmonth.md)
- [UIDatePicker.Mode.countDownTimer](uikit/uidatepicker/mode/countdowntimer.md)
