HighchartsTimeOptions constructor

HighchartsTimeOptions({
  1. dynamic date,
  2. String? timezone,
  3. double? timezoneOffset,
  4. String? useUTC,
})

Time options that can apply globally or to individual charts. These settings affect how datetime axes are laid out, how tooltips are formatted, how series pointIntervalUnit works and how the Highcharts Stock range selector handles time.

API Docs: https://api.highcharts.com/highcharts/time

Implementation

HighchartsTimeOptions(
    {this.date, this.timezone, this.timezoneOffset, this.useUTC});