Skip to main content
A newer version of this page is available. .

DataItemDateTimeFormat Class

Contains formatting settings for date-time values.

Namespace: DevExpress.DashboardCommon

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

Declaration

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