Overview

Interface representing a time zone alias.

Members

Name Type Description

alias

string

Returns the alias name of this time zone alias.

namespace

string

Returns the namespace of this time zone alias.

timeZone

timeZone

Returns TimeZone (with Projection.EMPTY) that is associated with this time zone alias.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:timeZoneAlias xsi:type="obh:timeZoneAlias" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <alias>your_string_0</alias>
        <namespace>your_string_0</namespace>
        <timeZone>your_timeZone_0</timeZone>
</obh:timeZoneAlias>

Referenced By Representaions