Summary
Specifies date formats for a
CalendarDatePicker
.
- Namespace
- Avalonia
.Controls - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["CalendarDatePickerFormat"]
class Type type-node
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
|