microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Class Recurrence.DailyRegenerationPattern
java.lang.Object
microsoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.IntervalPattern
microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.DailyRegenerationPattern
- All Implemented Interfaces:
- ISelfValidate, ComplexFunctionDelegate<EwsServiceXmlReader>
- Enclosing class:
- Recurrence
public static final class Recurrence.DailyRegenerationPattern
- extends Recurrence.IntervalPattern
Represents a regeneration pattern, as used with recurring tasks, where
each occurrence happens a specified number of days after the previous one
is completed.
| Nested classes/interfaces inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence |
Recurrence.DailyPattern, Recurrence.DailyRegenerationPattern, Recurrence.IntervalPattern, Recurrence.MonthlyPattern, Recurrence.MonthlyRegenerationPattern, Recurrence.RelativeMonthlyPattern, Recurrence.RelativeYearlyPattern, Recurrence.WeeklyPattern, Recurrence.WeeklyRegenerationPattern, Recurrence.YearlyPattern, Recurrence.YearlyRegenerationPattern |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence |
getEndDate, getFieldValueOrThrowIfNull, getNumberOfOccurrences, getStartDate, hasEnd, internalValidate, neverEnds, setEndDate, setNumberOfOccurrences, setStartDate, writeElementsToXml |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Recurrence.DailyRegenerationPattern
public Recurrence.DailyRegenerationPattern()
- Initializes a new instance of the DailyRegenerationPattern class.
Recurrence.DailyRegenerationPattern
public Recurrence.DailyRegenerationPattern(Date startDate,
int interval)
throws ArgumentOutOfRangeException
- Initializes a new instance of the DailyRegenerationPattern class.
- Parameters:
startDate - The date and time when the recurrence starts.interval - The number of days between each occurrence.
- Throws:
ArgumentOutOfRangeException - the argument out of range exception
getXmlElementName
public String getXmlElementName()
- Gets the name of the XML element.
- Specified by:
getXmlElementName in class Recurrence
- Returns:
- the xml element name
isRegenerationPattern
public boolean isRegenerationPattern()
- Gets a value indicating whether this instance is a regeneration
pattern.
- Overrides:
isRegenerationPattern in class Recurrence
- Returns:
- true, if is regeneration pattern
Copyright © 2012–2015 Microsoft. All rights reserved.