I18NTimeZone

A field of the <TT>I18NRunAsSpecified</TT> container internationalization attribute; an <TT>I18NTimeZone</TT> is a short-hand identifier for a time zone supported by the SDK type, java.util.TimeZone. A valid <TT>I18NTimeZone</TT> is any of the IDs appearing in the list of time zone IDs returned by method java.util.TimeZone.getAvailableIds(), or a custom ID having the form GMT[+|-]hh[[:]mm]; for example, America/Los_Angeles, GMT-08:00 are valid time zone IDs. In general, a time zone represents a temporal offset and computes daylight savings information.



Attributes Summary
description : StringA description of the time zone id setting.
id : StringA short-hand identifier for a time zone supported by the Java SDK type, java.

Attribute Details

description    -    A description of the time zone id setting.
     data type:  String
     default Value:   unspecified



id    -    A short-hand identifier for a time zone supported by the Java SDK type, java.util.TimeZone.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004