DataItemDateTimeFormat.QuarterFormat Property
Gets or sets the format type associated with the DateTimeGroupInterval.Quarter group interval.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(QuarterFormat.Default)]
public QuarterFormat QuarterFormat { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Quarter |
Default | A Quarter |
Available values:
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
The format type defined by the QuarterFormat property is applied to dimension date-time values if the Dimension.DateTimeGroupInterval property is set to DateTimeGroupInterval.Quarter.