Time Picker
A time selection control with configurable visibility (hours, minutes, seconds), output format, min/max/step for each part, and full color customization.
When to use
- Time-of-day input in forms
- Scheduling or duration pickers
- When you need 24h or 12h AM/PM format
How to paste YAML into Power Apps
- Copy the YAML using the Copy YAML button (Safe or Advanced).
- In Power Apps, add or select a Time picker or similar control.
- Paste the YAML into the control's YAML / Advanced property.
- Bind Default property to your variable as needed.
Color Source
Default colors: use component defaults. Custom: set HEX for each color. Theme tokens (Pro): use AppTheme token references for consistent theming.
Example snippet
DefaultTime: "09:00"
ShowSeconds: false
MinHour: 0
MaxHour: 23
StepMinutes: 5