public final class RulePredicateDateRange extends ComplexProperty
| Modifier | Constructor and Description |
|---|---|
protected |
RulePredicateDateRange()
Initializes a new instance of the RulePredicateDateRange class.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEnd()
Gets or sets the range end date and time.
|
Date |
getStart()
Gets or sets the range start date and time.
|
protected void |
internalValidate()
Validates this instance.
|
void |
setEnd(Date value) |
void |
setStart(Date value) |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXmlprotected RulePredicateDateRange()
public Date getStart()
public Date getEnd()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.Exception - the exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException, XMLStreamException
writeElementsToXml in class ComplexPropertywriter - the writerXMLStreamException - the XML stream exceptionServiceXmlSerializationExceptionprotected void internalValidate() throws ServiceValidationException, Exception
internalValidate in class ComplexPropertyException - the exceptionServiceValidationExceptionCopyright © 2012–2015 Microsoft. All rights reserved.