Back to Devexpress

DataItemDateTimeFormat Class

dashboard-devexpress-dot-dashboardcommon-7f80bd7b.md

latest2.1 KB
Original Source

DataItemDateTimeFormat Class

Contains formatting settings for date-time values.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DataItemDateTimeFormat
vb
Public Class DataItemDateTimeFormat

The following members return DataItemDateTimeFormat objects:

Remarks

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.

Inheritance

Object DataItemDateTimeFormat

See Also

DataItemDateTimeFormat Members

DevExpress.DashboardCommon Namespace