ListTimeZones Message

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.

Finds all the time zones supported by a conference center.

Components

Component Type

XML Element

Request

ListTimeZonesRequest

Reply

ListTimeZonesReply

Remarks

To use this API, a caller can be any member of the conference center and does not need to be in the Administrator or Organizer role.

Examples

This example shows how to find all the time zones supported by a conference center.

The following shows a request sent to the conference center.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <ListTimeZonesRequest/>
</PlaceWareConfCenter>

The following shows a reply returned from the conference center.

<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>

To save space, only two TimeZone elements are listed in the reply.

See Also

Concepts

ListTimeZonesRequest Element

ListTimeZonesReply Element