dashboard-devexpress-dot-dashboardcommon-7f80bd7b.md
Contains formatting settings for date-time values.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DataItemDateTimeFormat
Public Class DataItemDateTimeFormat
The following members return DataItemDateTimeFormat objects:
The DataItemDateTimeFormat class provides settings that allow you to select format types for date-time dimension values displayed for different group intervals (like Year, Month, Year-Quarter, etc.). This class defines a number of properties, each specifying a format type that corresponds to a particular group interval.
Note that date-time fields can originate measures as well. If such a measure calculates a maximum or minimum summary, the resulting values are of the date-time type. These values are formatted using the DataItemDateTimeFormat.DateFormat setting. All other settings provided by this class are ignored for measures.
To access date-time format settings, use the DataItem.DateTimeFormat property.
Object DataItemDateTimeFormat
See Also