Event
| Name |
|---|
| SelectedTimeChanged |
Property
| Name |
|---|
| IsGroupLabelVisible |
| IsTodayHighlighted |
| DisplayMode |
| FirstDayOfWeek |
| DayOfWeekFormat |
| CalendarIdentifier |
| IsOutOfScopeEnabled |
| MaxDate |
| MinDate |
| CalendarViewMargin |
| TimePickerMargin |
| CalendarViewStyle |
| CalendarViewBorderThickness |
| SelectedTime |
| SelectedDateTime |
| TimePickerDisplayMode |
| ShowAccentBorderOnHeader |
| ClockMode |
| ClockCornerRadius |
| CalendarViewCornerRadius |
| ClockBorderThickness |
| ClockMargin |
You can use Default WinUI Styles (DefaultCalendarViewStyle) or your own syles for CalendarView, just use CalendarViewStyle property.
Example
1 | <dev:CalendarWithClock /> |
Use ClockMode for choosing between TimePicker or AnalogClock
Some Properties only works for TimePicker and Some for AnalogClock.

Demo
you can run demo and see this feature.