Class: XmlTimeZone

tibco.objectapi.dac.workcal.XmlTimeZone

new XmlTimeZone()

A detailed information on a time-zone recognised by the Calendar component. Constructs a new XmlTimeZone.

The following features are supported:

Members

displayName :string

Returns the name of this time-zone suitable for presentation to the user in the server's default locale. This property holds the value of the 'Display Name' attribute.
Type:
  • string

id :string

Returns a unique identifier of this time-zone. This property holds the value of the 'Id' attribute.
Type:
  • string

rawOffset :number

Returns the amount of time in milliseconds to add to UTC to get standard time in this time-zone. This property holds the value of the 'Raw Offset' attribute.
Type:
  • number

useDaylightTime :boolean

true if this time-zone uses daylight savings time. This property holds the value of the 'Use Daylight Time' attribute.
Type:
  • boolean