ExactDateFormat Enum
Lists values that specify format types for date-time values grouped using the DateTimeGroupInterval.None group interval.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Year
|
The year pattern, dependent on the Data |
Quarter
|
The default year and full quarter pattern. |
Month
|
The default year pattern and the full name of the month. |
Day
|
The date pattern, dependent on the Data |
Hour
|
The date-time pattern, dependent on the Data |
Minute
|
The date-time pattern, dependent on the Data |
Second
|
The date-time pattern, dependent on the Data |
#Related API Members
The following properties accept/return ExactDateFormat values:
#Remarks
Values listed in this enumeration are used to set the DataItemDateTimeFormat.ExactDateFormat property.