Logo FluentUI

CalendarPicker QML Type

A date picker with a calendar month view. More...

Import Statement: import FluentUI.Controls 1.0

Properties

Signals

Detailed Description

CalendarPicker presents a navigable calendar grid that allows the user to select a single date. It supports minimum and maximum date constraints and respects the specified locale for day and month names.

Property Documentation

date : date

The currently selected date.

locale : Locale

The locale used for formatting day and month names.

maximumDate : date

The latest date that can be selected.

minimumDate : date

The earliest date that can be selected.

Signal Documentation

void accepted()

Emitted when the user confirms a date selection.

Note: The corresponding handler is onAccepted.