|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.collab.exchange.ExchangeTimeZone
public abstract class ExchangeTimeZone
This class is used to represent different time zones in Exchange.
Field Summary | |
---|---|
protected java.util.TimeZone |
m_zone
|
Constructor Summary | |
---|---|
protected |
ExchangeTimeZone()
Constructor. |
protected |
ExchangeTimeZone(java.lang.String sDisplay,
byte[] yBytes)
Constructor. |
Method Summary | |
---|---|
byte[] |
getBytes()
Gets the bytes that represents the time zone. |
java.lang.String |
getDisplay()
Gets the display text of the time zone. |
java.util.TimeZone |
getTimeZone()
Gets a java timezone implementation for the Exchange Time Zone. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.TimeZone m_zone
Constructor Detail |
---|
protected ExchangeTimeZone()
protected ExchangeTimeZone(java.lang.String sDisplay, byte[] yBytes)
Method Detail |
---|
public java.lang.String getDisplay()
public byte[] getBytes()
public java.util.TimeZone getTimeZone()
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |