Skip to main content

QuarterFormat Enum

Lists values that specify format types for quarters.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum QuarterFormat

#Members

Name Description
Default

The default quarter pattern.

Numeric

The quarter, from 1 through 4.

6/15/2009 1:45:30 PM -> 2 (en-US)

Full

The full quarter pattern.

6/15/2009 1:45:30 PM -> Q2 (en-US)

#Related API Members

The following properties accept/return QuarterFormat values:

#Remarks

Values listed by this enumeration are used to set the DataItemDateTimeFormat.QuarterFormat property.

See Also