Back to Devexpress

ExactDateFormat Enum

dashboard-devexpress-dot-dashboardcommon-c682e1bf.md

latest2.3 KB
Original Source

ExactDateFormat Enum

Lists values that specify format types for DateTime and DateOnly values grouped using the DateTimeGroupInterval.None group interval.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ExactDateFormat
vb
Public Enum ExactDateFormat

Members

NameDescription
Year

The year pattern, dependent on the DataItemDateTimeFormat.YearFormat property value.

| | 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 DataItemDateTimeFormat.DateFormat property value.

| | Hour |

The date-time pattern, dependent on the DataItemDateTimeFormat.DateHourFormat property value.

| | Minute |

The date-time pattern, dependent on the DataItemDateTimeFormat.DateHourMinuteFormat property value.

| | Second |

The date-time pattern, dependent on the DataItemDateTimeFormat.DateTimeFormat property value.

|

The following properties accept/return ExactDateFormat values:

See Also

DevExpress.DashboardCommon Namespace