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 example as demonstrated below. Also explore our .NET MAUI Time Picker Example that 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 displays the selected time. It ensures that the selected time is clearly presented.
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 app look more impressive in the UI.
The .NET MAUI Time Picker allows users to display picker items based on the text display modes. 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.
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, enjoying a smooth interaction.
The Syncfusion .NET MAUI Time Picker provides the following:
You can find our .NET MAUI Time Picker demo, which demonstrates how to render and configure the Time Picker.
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.