Share via


ListTimeZonesReply Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Contains a list of all supported time zones.

Syntax

<ListTimeZonesReply>
    <TimeZone>...</TimeZone>
</ListTimeZonesReply>

The following sections describe attributes, parent elements, and child elements.

Attributes

None.

Element Information

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Element

Element

Occurrence

TimeZone

0 or more

Remarks

The value of the id attribute of TimeZone elements represents the valid values that can be used for the timeZone options for users and meetings.

When the request cannot be processed, a Fault element is returned.

Example

<PlaceWareConfCenter>
  <ListTimeZonesReply>
    <TimeZone dstOffset="0" id="Australia/Darwin"
              name="Central Standard Time (Northern Territory)" utcOffset="570"/>
    <TimeZone dstOffset="60" id="America/Denver" name="Mountain Standard Time"
              utcOffset="-420"/>
  </ListTimeZonesReply>
</PlaceWareConfCenter>

See Also

Concepts

ListTimeZonesRequest Element

ListTimeZones Message