CalendarDatePickerFormat Enumeration
Specifies date formats for a CalendarDatePicker.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum CalendarDatePickerFormat
Public Enumeration CalendarDatePickerFormat
type CalendarDatePickerFormat
Members
Long | 0 | Specifies that the date should be displayed using unabbreviated days of the week and month names. |
Short | 1 | Specifies that the date should be displayed using abbreviated days of the week and month names. |
Custom | 2 | Specifies that the date should be displayed using a custom format string. |