CalendarDatePickerFormat Enum
Definition
Specifies date formats for a Avalonia.Controls.CalendarDatePicker.
public enum CalendarDatePickerFormat
Fields
| Name | Description |
|---|---|
| Custom | Specifies that the date should be displayed using a custom format string. |
| Long | Specifies that the date should be displayed using unabbreviated days of the week and month names. |
| Short | Specifies that the date should be displayed using abbreviated days of the week and month names. |
Custom Field
Specifies that the date should be displayed using a custom format string.
public Avalonia.Controls.CalendarDatePickerFormat Custom
Long Field
Specifies that the date should be displayed using unabbreviated days of the week and month names.
public Avalonia.Controls.CalendarDatePickerFormat Long
Short Field
Specifies that the date should be displayed using abbreviated days of the week and month names.
public Avalonia.Controls.CalendarDatePickerFormat Short