Time Pickers
Time Pickers assist users in selecting and setting a specific time.
- Overview
- Specs
- Guidelines
Component
Time Pickers are graphical user interface elements that allow users to select and set a specific time, typically in hours and minutes.
- Icon: A visual indicator that signifies a time-related input, providing additional context and support.
- Day, Hour, Minute, and Second Fields: Text input fields where users enter the days, hours, minutes, and seconds of the desired time.
- Label: Guides users on how to interact with the control.
- Date Field: A text input field allowing users to manually enter the date.
- AM/PM Selector: Allows users to choose the time period.
Used for
Task Management:
Time Pickers help users set deadlines or due times for tasks or assignments.
Time-based Settings:
In applications or devices, timepickers are used to configure time-based settings, such as alarm clocks or reminders.
Appointment Scheduling:
Timepickers allow users to select the exact time for appointments or meetings.
Don’t use for:
Non-time Related Inputs:
Time Pickers are not suitable for inputting non-time-related information, such as text or numerical data.
Date Selection:
While timepickers handle time-related inputs, they do not typically accommodate date selection. For that purpose, datepickers are more appropriate.
Complex Time Calculations:
Timepickers are designed for simple time selection and are not well-suited for complex time calculations or manipulations.
Demo
Access the Figma file and inspect the element using Dev Mode.