DateFormat Enum
Lists values that specify format types for date values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Default
|
The default date formatting. |
Long
|
Long date pattern. 6/15/2009 -> Monday, June 15, 2009 (en-US) |
Short
|
Short date pattern. 6/15/2009 -> 6/15/2009 (en-US) |
Remarks
Values listed by this enumeration are used to set the DataItemDateTimeFormat.DateFormat property.
See Also