public final class WorkingHours extends ComplexProperty
Constructor and Description |
---|
WorkingHours()
Instantiates a new working hours.
|
Modifier and Type | Method and Description |
---|---|
Collection<DayOfTheWeek> |
getDaysOfTheWeek()
Gets the working days of the attendees.
|
long |
getEndTime()
Gets the time of the day the attendee stops working.
|
long |
getStartTime()
Gets the time of the day the attendee starts working.
|
TimeZoneDefinition |
getTimeZone()
Gets the time zone to which the working hours apply.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
public WorkingHours()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- accepts EwsServiceXmlReaderException
- throws Exceptionpublic TimeZoneDefinition getTimeZone()
public Collection<DayOfTheWeek> getDaysOfTheWeek()
public long getStartTime()
public long getEndTime()
Copyright © 2012–2015 Microsoft. All rights reserved.