TimeZone
Information about a time zone is implemented in the TimeZone object. The attributes of the TimeZone object are:
|
Attribute
|
Description
|
|---|---|
|
dstLongName |
A string of maximum length 30 containing the full name for the daylight saving time of the time zone. |
|
dstShortName |
A string of maximum length 10 containing the abbreviation for the daylight saving time of the time zone. |
|
gmtOffset |
A string of maximum length 9 specifying the time zone offset from GMT time. |
|
name |
A string of maximum length 50 containing the name of the time zone. |
|
stdLongName |
A string of maximum length 30 containing the full name for the standard time of the time zone. |
|
stdShortName |
A string of maximum length 10 containing the abbreviation for the standard time of the time zone. |
WSDL Definition
Here is how the TimeZone Information object is defined within the WSDL
|
|
Sample XML
Here is some sample XML that shows what the TimeZone Information object will look like in XML
|
|