|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
public final class MeetingTimeZone
Represents a time zone in which a meeting is defined.
| Constructor Summary | |
|---|---|
MeetingTimeZone()
Initializes a new instance of the MeetingTimeZone class. |
|
MeetingTimeZone(String name)
Initializes a new instance of the MeetingTimeZone class. |
|
MeetingTimeZone(TimeZoneDefinition timeZone)
Initializes a new instance of the MeetingTimeZone class. |
|
| Method Summary | |
|---|---|
TimeSpan |
getBaseOffset()
Gets the base offset of the time zone from the UTC time zone. |
TimeChange |
getDaylight()
Gets a TimeChange defining when the time changes to Daylight Saving Time. |
String |
getName()
Gets the name of the time zone. |
TimeChange |
getStandard()
Gets a TimeChange defining when the time changes to Standard Time. |
void |
readAttributesFromXml(EwsServiceXmlReader reader)
Reads the attribute from XML. |
void |
setBaseOffset(TimeSpan value)
Sets the base offset. |
void |
setDaylight(TimeChange value)
Sets the daylight. |
void |
setName(String value)
Sets the name. |
void |
setStandard(TimeChange value)
Sets the standard. |
TimeZoneDefinition |
toTimeZoneInfo()
Converts this meeting time zone into a TimeZoneInfo structure. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Gets the minimum required server version. |
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeetingTimeZone(TimeZoneDefinition timeZone)
timeZone - The time zone used to initialize this instance.public MeetingTimeZone()
public MeetingTimeZone(String name)
name - The name of the time zone.| Method Detail |
|---|
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void readAttributesFromXml(EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void writeAttributesToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ComplexPropertywriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ComplexPropertywriter - the writer
Exception - the exceptionpublic TimeZoneDefinition toTimeZoneInfo()
public String getName()
public void setName(String value)
value - the new namepublic TimeSpan getBaseOffset()
public void setBaseOffset(TimeSpan value)
value - the new base offsetpublic TimeChange getStandard()
public void setStandard(TimeChange value)
value - the new standardpublic TimeChange getDaylight()
public void setDaylight(TimeChange value)
value - the new daylight
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||