We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
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 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;

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 displays the selected time. It ensures that the selected time is clearly presented.


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 app look more impressive in the UI.


Text display mode

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.

Text display mode 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.


Intervals

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

Intervals in .NET MAUI Time Picker.


Picker interactions in .NET MAUI Time Picker.

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, enjoying a smooth interaction.




Struggling to decide on the right product?

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

tick-mark 60+ UI controls
tick-mark 200+ interactive .NET MAUI demos
tick-mark 777K+ downloads

Frequently Asked Questions

The Syncfusion .NET MAUI Time Picker provides the following:

  • The Time Picker allows you to add and customize the header text.
  • The .NET MAUI Time Picker provides predefined, customizable column header text.
  • Validation buttons (OK and Cancel) can be added to the footer view. The footer text and background color can be customized.
  • A customizable selection view can be used to show a selected time.
  • Nine predefined formats are available to represent the value of the time.
  • The picker can be shown in a pop-up with a dialog mode. The relative dialog mode is used to align the picker in a specific position.
  • The time values can be populated individually with intervals for hours, minutes, and seconds.
  • The .NET MAUI Time Picker allows you to select the times through tap and scroll interaction.
  • One of the best .NET MAUI Time Picker in the market, offering feature-rich UI to interact with the software.
  • Simple configuration and APIs.
  • Mobile-touch friendly.
  • 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, 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.

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