diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://workcal.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
annotation |
|
||
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> |
type | xs:string | ||
annotation |
|
||
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> |
type | xs:boolean | ||
annotation |
|
||
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> |
type | xs:int | ||
annotation |
|
||
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> |