Skip to main content
All docs
V25.1
  • TimeGroupInterval Type

    Lists values that specify the group interval for time values.

    Declaration

    export type TimeGroupInterval = "Hour" | "Minute" | "Second" | "None"

    Members

    Name Description
    "Hour"

    Values are grouped by the hour. Example: 0, 1, 2, … 23

    "Minute"

    Values are grouped by the minute. Example: 0, 1, 2, … 59

    "Second"

    Values are grouped by the second. Example: 0, 1, 2, … 59’

    "None"

    Each value is displayed “as is”.