TimeZoneInfo interface

Signature

  1. export interface TimeZoneInfo

Import

  1. import { TimeZoneInfo } from '@grafana/data';

Properties

PropertyTypeDescription
abbreviationstring
countriesTimeZoneCountry[]
ianaNamestring
namestring
offsetInMinsnumber
zonestring

abbreviation property

Signature

  1. abbreviation: string;

countries property

Signature

  1. countries: TimeZoneCountry[];

ianaName property

Signature

  1. ianaName: string;

name property

Signature

  1. name: string;

offsetInMins property

Signature

  1. offsetInMins: number;

zone property

Signature

  1. zone: string;