|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.collab.exchange.ExchangeTimeZone
com.compoze.collab.exchange.TimeZoneInfo
public class TimeZoneInfo
This class is used to represent different time zones in Exchange. If a timezone has the option to use Daylight savings, then the flag is set on the message.
Fields inherited from class com.compoze.collab.exchange.ExchangeTimeZone |
---|
m_zone |
Method Summary | |
---|---|
static TimeZoneInfo |
get(java.lang.String sID)
Gets the timezone with the specified string identifier. |
byte[] |
getBytes()
Gets the byte representation of the time zone. |
java.lang.String |
getDaylightSavings()
Gets the name of the time zone during daylight savings time. |
java.lang.String |
getDaylightSavings(java.util.Locale locale)
Gets the name of the time zone during daylight savings time. |
java.lang.String |
getDisplay()
Gets the display name for the time zone. |
java.lang.String |
getDisplay(java.util.Locale locale)
Gets the display name for the time zone. |
java.lang.String |
getID()
Gets the id of the time zone. |
int |
getIntID()
Gets the integer id of the time zone. |
java.lang.String |
getStandard()
Gets the name of the time zone during standard time. |
java.lang.String |
getStandard(java.util.Locale locale)
Gets the name of the time zone during standard time. |
java.util.TimeZone |
getTimeZone()
Gets a java time zone representation of the exchange time zone. |
static TimeZoneInfo[] |
getTimeZones()
Returns an array of Time Zone information. |
boolean |
hasSameRules(java.util.TimeZone zone)
Checks if the Exchange timezone has the same daylight rules as a java timezone. |
static void |
main(java.lang.String[] args)
Exerciser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TimeZoneInfo ZONE_KABUL
public static final TimeZoneInfo ZONE_ALASKA
public static final TimeZoneInfo ZONE_KUWAIT
public static final TimeZoneInfo ZONE_ABU_DHABI
public static final TimeZoneInfo ZONE_BAGHDAD
public static final TimeZoneInfo ZONE_ATLANTIC_CANADA
public static final TimeZoneInfo ZONE_DARWIN
public static final TimeZoneInfo ZONE_CANBERRA
public static final TimeZoneInfo ZONE_AZORES
public static final TimeZoneInfo ZONE_SASKATCHEWAN
public static final TimeZoneInfo ZONE_CAPE_VERDE_IS
public static final TimeZoneInfo ZONE_BAKU
public static final TimeZoneInfo ZONE_ADELAIDE
public static final TimeZoneInfo ZONE_CENTRAL_AMERICA
public static final TimeZoneInfo ZONE_ASTANA
public static final TimeZoneInfo ZONE_BELGRADE
public static final TimeZoneInfo ZONE_SARAJEVO
public static final TimeZoneInfo ZONE_MAGADAN
public static final TimeZoneInfo ZONE_CENTRAL_US
public static final TimeZoneInfo ZONE_BEIJING
public static final TimeZoneInfo ZONE_ENIWETOK
public static final TimeZoneInfo ZONE_NAIROBI
public static final TimeZoneInfo ZONE_BRISBANE
public static final TimeZoneInfo ZONE_BUCHAREST
public static final TimeZoneInfo ZONE_BRASILIA
public static final TimeZoneInfo ZONE_EST_US
public static final TimeZoneInfo ZONE_EGYPT
public static final TimeZoneInfo ZONE_EKATERINBURG
public static final TimeZoneInfo ZONE_FIJI
public static final TimeZoneInfo ZONE_HELSINKI
public static final TimeZoneInfo ZONE_GMT
public static final TimeZoneInfo ZONE_GREENLAND
public static final TimeZoneInfo ZONE_CASABLANCA
public static final TimeZoneInfo ZONE_ATHENS
public static final TimeZoneInfo ZONE_HAWAII
public static final TimeZoneInfo ZONE_CALCUTTA
public static final TimeZoneInfo ZONE_TEHRAN
public static final TimeZoneInfo ZONE_JERUSALEM
public static final TimeZoneInfo ZONE_SEOUL
public static final TimeZoneInfo ZONE_MEXICO_CITY
public static final TimeZoneInfo ZONE_MID_ATLANTIC
public static final TimeZoneInfo ZONE_MOUNTAIN_US
public static final TimeZoneInfo ZONE_RANGOON
public static final TimeZoneInfo ZONE_ALMATY
public static final TimeZoneInfo ZONE_KATHMANDU
public static final TimeZoneInfo ZONE_AUCKLAND
public static final TimeZoneInfo ZONE_NEWFOUNDLAND
public static final TimeZoneInfo ZONE_IRKUTSK
public static final TimeZoneInfo ZONE_KRASNOYARSK
public static final TimeZoneInfo ZONE_SANTIAGO
public static final TimeZoneInfo ZONE_PST_US
public static final TimeZoneInfo ZONE_BRUSSELS
public static final TimeZoneInfo ZONE_MOSCOW
public static final TimeZoneInfo ZONE_BUENOS_AIRES
public static final TimeZoneInfo ZONE_BOGOTA
public static final TimeZoneInfo ZONE_CARACAS
public static final TimeZoneInfo ZONE_MIDWAY_ISLAND
public static final TimeZoneInfo ZONE_BANGKOK
public static final TimeZoneInfo ZONE_KUALA_LUMPUR
public static final TimeZoneInfo ZONE_HARARE
public static final TimeZoneInfo ZONE_SRI_JAYAWARDENEPURA
public static final TimeZoneInfo ZONE_TAIPEI
public static final TimeZoneInfo ZONE_HOBART
public static final TimeZoneInfo ZONE_OSAKA
public static final TimeZoneInfo ZONE_NUKUALOFA
public static final TimeZoneInfo ZONE_INDIANA_EAST
public static final TimeZoneInfo ZONE_ARIZONA
public static final TimeZoneInfo ZONE_VLADIVOSTOK
public static final TimeZoneInfo ZONE_PERTH
public static final TimeZoneInfo ZONE_WEST_CENTRAL_AFRICA
public static final TimeZoneInfo ZONE_AMSTERDAM
public static final TimeZoneInfo ZONE_ISLAMABAD
public static final TimeZoneInfo ZONE_GUAM
public static final TimeZoneInfo ZONE_YAKUTSK
public static TimeZoneInfo[] s_legacyTimeZones
Method Detail |
---|
public boolean hasSameRules(java.util.TimeZone zone)
zone
- the java time zonepublic java.lang.String getDisplay()
getDisplay
in class ExchangeTimeZone
public java.lang.String getDisplay(java.util.Locale locale)
locale
- the locale for the resource bundlepublic java.lang.String getStandard()
public java.lang.String getStandard(java.util.Locale locale)
locale
- the locale for the resource bundlepublic java.lang.String getDaylightSavings()
public java.lang.String getDaylightSavings(java.util.Locale locale)
locale
- the locale for the resource bundlepublic byte[] getBytes()
getBytes
in class ExchangeTimeZone
public int getIntID()
public java.lang.String getID()
public java.util.TimeZone getTimeZone()
IGroupwareSession.setTimeZone(TimeZone)
.
getTimeZone
in class ExchangeTimeZone
public static TimeZoneInfo[] getTimeZones()
public static TimeZoneInfo get(java.lang.String sID)
sID
- the timezonen identifier
null
if not found.public static void main(java.lang.String[] args)
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |