ExactTimeFormat Type
Lists values that specify format types for date values grouped using the DataItemDateTimeFormat.exactTimeFormat group interval.
Declaration
export type ExactTimeFormat = "Hour" | "Minute" | "Second"
Members
Name | Description |
---|---|
"Hour" | The time pattern that displays only hours. |
"Minute" | The time pattern that displays hours and minutes. |
"Second" | The time pattern that displays hours, minutes, and seconds. |