DateTimeFormat Enum
Lists the values used to specify the formatting applied to date-time values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Short |
The date obtained from your computer's regional settings, is displayed with the short-date format. |
Long |
The date, obtained from your computer's regional settings, is displayed with the long-date format. |
Short |
The time obtained from your computer's regional settings, is displayed with the short-time format. |
Long |
The time, obtained from your computer's regional settings, is displayed with the long-time format. |
General | Date is displayed based on your computer's regional settings. |
Month |
The date obtained from your computer's regional settings, is displayed as a month name and day number (e. |
Month |
The date obtained from your computer's regional settings, is displayed as a month name and year number (e. |
Quarter |
The date obtained from your computer's regional settings is displayed as a quarter value and year number (e. To change the quarter's format, set the Date q - Changes format to Roman numerals (e. qq - Changes format to Roman numerals with the Q prefix (e. Q - Changes format to Arabic numerals (e. QQ - Changes format to Arabic numerals with the Q prefix (e. |
Custom | Date and time are displayed, using the format specified via the Date |
#Passed To
You can pass DateTimeFormat values to the DateTimeOptions.Format property.
#Remarks
The values listed by the DateTimeFormat enumeration are used to set the DateTimeOptions.Format property.