Summary
Specifies date formats for a
CalendarDatePicker
.
- Namespace
- Avalonia
.Controls - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
Syntax
public enum CalendarDatePickerFormat
Fields
Name | Constant Value | Summary |
---|---|---|
Custom | 2 |
Specifies that the date should be displayed using a custom format string.
static
|
Long | 0 |
Specifies that the date should be displayed using unabbreviated days
of the week and month names.
static
|
Short | 1 |
Specifies that the date should be displayed using abbreviated days
of the week and month names.
static
|