ExactDateFormat Type
Lists values that specify format types for date-time values grouped using the DataItemDateTimeFormat.exactDateFormat group interval.
Declaration
export type ExactDateFormat = "Year" | "Quarter" | "Month" | "Day" | "Hour" | "Minute" | "Second"
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. |
"Hour" | The date-time pattern, dependent on the DataItemDateTimeFormat.dateHourFormat property value. |
"Minute" | The date-time pattern, dependent on the DataItemDateTimeFormat.dateHourMinuteFormat property value. |
"Second" | The date-time pattern, dependent on the DataItemDateTimeFormat.dateTimeFormat property value. |