# ui\_time\_picker.h
## **Overview**
**Related Modules:**
[Graphic](Graphic.md)
**Description:**
Defines the attributes and functions of the **UITimePicker** class.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
Data Structure Name
|
Description
|
OHOS::UITimePicker
|
Defines the time picker. The time is in the format of "hour:minute" or "hour:minute:second". The selected time is highlighted.
|
OHOS::UITimePicker::SelectedListener
|
Defines the listener used by the time picker. This listener is triggered when an item is selected after sliding stops.
|