The Syncfusion® .NET MAUI Time Picker (SfTimePicker) is a fully customizable control that lets you select a time. It supports the customization of the format, header, footer, and selection view. It can be opened as a dialog.
Easily get started with the .NET MAUI Time Picker using a few simple lines of XAML and C# code, as demonstrated in the following example. Also explore this .NET MAUI Time Picker example, which shows you how to render and configure a Time Picker in .NET MAUI.
<picker:SfTimePicker x:Name="picker">
<picker:SfTimePicker.HeaderView>
<picker:PickerHeaderView Text="Time Picker" Height="40" />
</picker:SfTimePicker.HeaderView>
</picker:SfTimePicker>
SfTimePicker picker = new SfTimePicker();
picker.HeaderView = new PickerHeaderView()
{
Text = "Time Picker",
Height = 40,
};
this.Content = picker;
The .NET MAUI Time Picker lets users add and customize header text to provide clarity for the user and match the app’s style.
The .NET MAUI Time Picker supports a customizable column header view to create a distinct separation between the headings and the body of the picker.
The .NET MAUI Time Picker provides validation buttons (OK and Cancel) in the footer view. The footer text and background color can be customized.
The customizable .NET MAUI Time Picker selection view clearly displays the selected time.
The .NET MAUI Time Picker provides 9 predefined formats for displaying time values, giving you as much or little precision as you need.
Show the picker in a pop-up with the dialog mode. The relative dialog mode is used to align the picker in a specific position that makes the control look better in the UI.
The .NET MAUI Time Picker allows users to display picker items based on the text display mode. It offers four modes: default,
fade,
shrink,
and FadeAndShrink.
The .NET MAUI TimePicker allows users to restrict the selection of time beyond the specified minimum and maximum time range.
The .NET MAUI Time Picker allows users to restrict selection of specified blackout times.
Time values can be populated individually with intervals for hour, minute, and second.
The .NET MAUI Time Picker provides a user-friendly experience for selecting times. Users can intuitively choose a time by scrolling and tapping with smooth interactions.
The Time Picker control has looping functionality. Users can scroll through time values and the list will loop from the end back to the beginning.
Enhance your Time Picker control’s look using a data template for the following Picker UI elements:
The Syncfusion® .NET MAUI Time Picker provides the following:
You can find our .NET MAUI Time Picker demo here It demonstrates how to render and configure the control.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.