https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / EmployeeWithBusinessUnits Complex Type / TimeZone Element
In This Topic
    TimeZone Element
    In This Topic
    Description
    Time zone code for the time zone in which the employee resides. Code value from the "TimeZone" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=TimeZone
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:short
    Diagram
    TimeZone Element
    Overview
    TimeZone optional xs:short
    Time zone code for the time zone in which the employee resides. Code value from the "TimeZone" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=TimeZone
    Source
    <xs:element minOccurs="0" name="TimeZone" type="xs:short" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Time zone code for the time zone in which the employee resides.
                </summary>
          <values>
                Code value from the "TimeZone" value list.<br /><br />
                Method=ValueListGet()<br />
                InputType=ValueListGetRequest<br />
                ListName=TimeZone
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also