http://www.fatwire.com/schema/rest/1.0
element timezoneBean

Documentation
        This bean represents the Timezone information on the server.
      
Properties
This component is not nillable.

Model
<timezoneBean>
(id, displayName, userDaylightTime )
</timezoneBean>


Nested Element Summary
xs:stringdisplayName
          The display name of this timezone. 
xs:stringid
          The id of this timezone. 
xs:booleanuserDaylightTime
          Whether this timezone is on Daylight Savings Time. 
Source
<xs:element name="timezoneBean">
<xs:complexType>
<xs:sequence>
<xs:element name="id" type="xs:string">
</xs:element>
<xs:element name="displayName" type="xs:string">
</xs:element>
<xs:element name="userDaylightTime" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.