Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

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.


.NET MAUI Time Picker code example

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;

Header view

The .NET MAUI Time Picker lets users add and customize header text to provide clarity for the user and match the app’s style.

Header view in .NET MAUI Time Picker.


Column header view in .NET MAUI Time Picker.

Column header view

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.

Footer view in .NET MAUI Time Picker.


Selection view in .NET MAUI Time Picker.

Selection view

The customizable .NET MAUI Time Picker selection view clearly displays the selected time.


Time format

The .NET MAUI Time Picker provides 9 predefined formats for displaying time values, giving you as much or little precision as you need.


Picker modes in .NET MAUI Time Picker.

Picker modes

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.


Text display modes

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.

Text display modes in .NET MAUI Time Picker.


Time restriction in .NET MAUI Time Picker.

Time restriction

The .NET MAUI TimePicker allows users to restrict the selection of time beyond the specified minimum and maximum time range.


Blackout times

The .NET MAUI Time Picker allows users to restrict selection of specified blackout times.

Blackout times in .NET MAUI Time Picker.


Intervals in .NET MAUI Time Picker.

Intervals

Time values can be populated individually with intervals for hour, minute, and second.


Picker interactions

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.

Picker interactions in .NET MAUI Time Picker.


Looping support in .NET MAUI Time Picker

Looping

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.


Appearance customization

Enhance your Time Picker control’s look using a data template for the following Picker UI elements:

  • Header
  • Column header
  • Footer

Appearance customization in .NET MAUI Time Picker.




Struggling to decide on the right product?

Our comprehensive competitor comparison of .NET MAUI controls will guide you to the perfect choice.

tick-mark 65+ UI controls
tick-mark 200+ interactive .NET MAUI demos
tick-mark 1.3M+ downloads

Frequently Asked Questions

The Syncfusion® .NET MAUI Time Picker provides the following:

  • Predefined, customizable header, footer, and column header text.
  • Validation buttons (OK and Cancel) for the footer view.
  • A customizable selection view.
  • Nine predefined formats to represent the time.
  • A pop-up view with a dialog mode. The relative dialog mode aligns the picker in a specific position.
  • Intervals for hours, minutes, and seconds for the time values.
  • Tap and scroll interactions for selecting times.
  • Simple configuration and APIs.
  • Touch-friendly UI.
  • Extensive demos and documentation to let you get started quickly with the .NET MAUI Time Picker.

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.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion® reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Awards

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.

Up arrow icon