'DeclarationPublic Enum DateTimeFormat Inherits System.Enum
'UsageDim instance As DateTimeFormat
public enum DateTimeFormat : System.Enum
'DeclarationPublic Enum DateTimeFormat Inherits System.Enum
'UsageDim instance As DateTimeFormat
public enum DateTimeFormat : System.Enum
| Member | Value | Description |
|---|---|---|
| Custom | 0 | The custom format provided by DateTimeUpDown.FormatString will be used. |
| FullDateTime | 1 | The full date-time format. |
| LongDate | 2 | The long date format. |
| LongTime | 3 | The long time format. |
| MonthDay | 4 | The month-day format. |
| RFC1123 | 5 | The RFC 1123 International format. |
| ShortDate | 6 | The short date format. |
| ShortTime | 7 | The short time format. |
| SortableDateTime | 8 | The sortable date-time format. |
| UniversalSortableDateTime | 9 | The universal sortable date-time format. |
| YearMonth | 10 | The year-month format. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.DateTimeFormat
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.