Interface: AvailableTimeZoneType

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83698-01

Since:
  • 11.0.0
Module:
  • ojtimezoneutils

QuickNav

Fields

Description

AvailableTimeZoneType is a representation of a timezone. It defines the return type of the TimeZoneUtils#getAvailableTimeZones method.


Usage

Signature:

interface AvailableTimeZoneType

Typescript Import Format
//To use this interface, import as below.
import {AvailableTimeZoneType} from "ojs/ojtimezoneutils";

For additional information visit:


Fields

displayName :string

The displayName of the available time zone. It is the concatenation of three strings:
  • UTC timezone offset
  • City name
  • Generic time zone name
Since:
  • 11.0.0

id :string

The IANA timezone ID of the available time zone.
Since:
  • 11.0.0