Class TimeOptions

    • Constructor Detail

      • TimeOptions

        public TimeOptions()
    • Method Detail

      • getTimezone

        public String getTimezone()
        Returns the named time zone. Defaults to UTC.
        Since:
        12.5.0.0
      • setTimezone

        public void setTimezone​(String timezone)
        Sets the named time zone.

        Supported time zone names rely on browser implementations. If the given time zone is not recognized, Highcharts warns and falls back to a 0 offset, corresponding to UTC.

        Parameters:
        timezone - a named time zone
        Since:
        12.5.0.0