Overview of .NET MAUI Date Time Picker (SfDateTimePicker)

4 Oct 20232 minutes to read

The Syncfusion .NET MAUI Date Time Picker provides a way to pick a date, time, or date and time. The Date Time Picker also enables you to set date ranges and date and time formats and to customize its dialog appearance by configuring its header, footer, and more.

Key features

  • Header view: The .NET MAUI Date Time Picker provides pre-defined header text and allows the user to customize the header text with date and time format.

    Header view in .NET MAUI Date Time picker.

  • Column header view: The .NET MAUI Date Time Picker supports a customizable column header view to separate headings for each column.

    Column header view in .NET MAUI Date Time picker.

  • Footer view: Provides validation buttons (OK and Cancel) in the footer view. The footer text and background color can be customized.

    Footer view in .NET MAUI Date Time picker.

  • Selection view: The selection view is used to show the selected item, and it can be customized.

    Selection view in .NET MAUI Date Time picker.

  • Date format: Offers 8 predefined formats to represent the value of the date in different string formats.

    Date format in .NET MAUI Date Time picker.

  • Time format: Offers 9 predefined formats to represent the value of the time.

    Time format in .NET MAUI Date Time picker.

  • Picker mode: Show the picker in a Popup with a dialog mode. The relative dialog mode is used to align the picker in a specific position.

    Picker mode in .NET MAUI Date Time picker.

  • Date restriction: Restrict the selection of date items beyond the specified minimum and maximum dates.

    Minimum date in .NET MAUI Date Time picker.

    MAximum date in .NET MAUI Date Time picker.

  • Date intervals: The date values can be populated individually with intervals for days, months, and years.

    Date intervals in .NET MAUI Date Time picker.

  • Time intervals: The time values can be populated individually with intervals for hours, minutes, and seconds.

    Time intervals in .NET MAUI Date Time picker.

  • Picker interactions: The .NET MAUI Picker allows you to select a date and time through tap and scroll interaction.

    Picker interactions in .NET MAUI Date Time picker.