Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

TimeZoneInfo interface

Signature

typescript
export interface TimeZoneInfo 

Import

typescript
import { TimeZoneInfo } from '@grafana/data';

Properties

PropertyTypeDescription
abbreviationstring
countriesTimeZoneCountry[]
ianaNamestring
namestring
offsetInMinsnumber
zonestring

abbreviation property

Signature

typescript
abbreviation: string;

countries property

Signature

typescript
countries: TimeZoneCountry[];

ianaName property

Signature

typescript
ianaName: string;

name property

Signature

typescript
name: string;

offsetInMins property

Signature

typescript
offsetInMins: number;

zone property

Signature

typescript
zone: string;