The TimePicker control for .NET MAUI enables you to implement a stylish and user-friendly way for users to select a time. The time values are visualized inside a dialog that is open to various tweaks and customizations designed to
ensure consistency across the user-experience of the .NET MAUI application.
The TimePicker for .NET MAUI is equipped with a string format feature which allows you to set a standard or custom date format string for the spinners. Depending on the format defined, the TimePicker prepopulates the spinners with the needed spinners
Templates
If the default templates of the Telerik TimePicker for .NET MAUI don’t fit the needs of your .NET MAUI application, you can easily define custom ones. The DatePicker control provides custom templates for the header,
footer, placeholder and more.
If your application needs to store or manipulate only the time without the date portion, you can take advantage of the TimeOnly struct when working with the TimePicker control and allow more flexibility for users.
Looking to style your TimePicker to ensure styling consistency across your application? .NET MAUI’s TimePicker offers a range of styling capabilities for spinners, pop-ups, headers, footers, the text displayed when a date/time
is picked and many more.
Telerik’s TimePicker for .NET MAUI provides command support for opening and closing the dialog (Toggle Command) and clearing the displayed date (Clear Command).