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

QuarterFormat Enum

Lists values that specify format types for quarters.

Namespace: DevExpress.DashboardCommon

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

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)

Remarks

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

See Also