ExactDateOnlyFormat Type
Lists values that specify format types for date values grouped using the DataItemDateTimeFormat.exactDateFormat group interval.
Declaration
export type ExactDateOnlyFormat = "Year" | "Quarter" | "Month" | "Day"
Members
| Name | Description |
|---|---|
| "Year" | The year pattern, dependent on the DataItemDateTimeFormat.yearFormat property value. |
| "Quarter" | The default year and full quarter pattern. |
| "Month" | The default year pattern and the full name of the month. |
| "Day" | The date pattern, dependent on the DataItemDateTimeFormat.dateFormat property value. |