st:timeZoneName

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.

Name of the time zone for the user’s current location.

Syntax

<timeZoneName>...</timeZoneName >

Attributes

None

Tag Content

Default Value

Data Type

Description

none

string

The name of the time zone for the user’s current location.

Parent Element

Element

Description

st:state

The state element.

Child Elements

None

Remarks

Note

This element is introduced in the Microsoft Office Communicator 2007 R2 release.

Examples

XML example of the timeZoneName Element

<state xsi:type="aggregateState" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns="http://schemas.microsoft.com/2006/09/sip/state">
  <availability>3500</availability>
  <delimiter xmlns="http://schemas.microsoft.com/2006/09/sip/commontypes" />
  <timeZoneBias>420</timeZoneBias>
  <timeZoneName>Pacific Daylight Time</description>
  <timeZoneAbbreviation>PDT</timeZoneAbbreviation>
  <end xmlns="http://schemas.microsoft.com/2006/09/sip/commontypes" />
</state>