complexType XmlTimeZone
diagram dac_wsdl_diagrams/dac_wsdl_p779.png
namespace http://workcal.api.dac.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:string        
documentation
Returns a unique identifier of this time-zone.
display-name  xs:string        
documentation
Returns the name of this time-zone suitable for presentation to the user in the server's default locale.
use-daylight-time  xs:boolean        
documentation
true if this time-zone uses daylight savings time.
raw-offset  xs:int        
documentation
Returns the amount of time in milliseconds to add to UTC to get standard time in this time-zone.
annotation
documentation
A detailed information on a time-zone recognised by the Calendar component.
source <xs:complexType name="XmlTimeZone">
 
<xs:annotation>
   
<xs:documentation>A detailed information on a time-zone recognised by the Calendar component.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="id" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Returns a unique identifier of this time-zone.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="display-name" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Returns the name of this time-zone suitable for presentation to the user in the server's default locale.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="use-daylight-time" type="xs:boolean">
   
<xs:annotation>
     
<xs:documentation>true if this time-zone uses daylight savings time.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="raw-offset" type="xs:int">
   
<xs:annotation>
     
<xs:documentation>Returns the amount of time in milliseconds to add to UTC to get standard time in this time-zone.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlTimeZone/@id
type xs:string
annotation
documentation
Returns a unique identifier of this time-zone.
source <xs:attribute name="id" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Returns a unique identifier of this time-zone.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlTimeZone/@display-name
type xs:string
annotation
documentation
Returns the name of this time-zone suitable for presentation to the user in the server's default locale.
source <xs:attribute name="display-name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Returns the name of this time-zone suitable for presentation to the user in the server's default locale.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlTimeZone/@use-daylight-time
type xs:boolean
annotation
documentation
true if this time-zone uses daylight savings time.
source <xs:attribute name="use-daylight-time" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>true if this time-zone uses daylight savings time.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlTimeZone/@raw-offset
type xs:int
annotation
documentation
Returns the amount of time in milliseconds to add to UTC to get standard time in this time-zone.
source <xs:attribute name="raw-offset" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Returns the amount of time in milliseconds to add to UTC to get standard time in this time-zone.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy