mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 19:13:07 +08:00
1.3 KiB
1.3 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "TimeZoneInfo" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
TimeZoneInfo interface
Signature
export interface TimeZoneInfo
Import
import { TimeZoneInfo } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
abbreviation | string |
|
countries | TimeZoneCountry[] |
|
name | string |
|
offsetInMins | number |
|
zone | string |
abbreviation property
Signature
abbreviation: string;
countries property
Signature
countries: TimeZoneCountry[];
name property
Signature
name: string;
offsetInMins property
Signature
offsetInMins: number;
zone property
Signature
zone: string;