|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.Recurrence
microsoft.exchange.webservices.data.Recurrence.IntervalPattern
microsoft.exchange.webservices.data.Recurrence.DailyPattern
public static final class Recurrence.DailyPattern
Represents a recurrence pattern where each occurrence happens a specific number of days after the previous one.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class microsoft.exchange.webservices.data.Recurrence |
---|
Recurrence.DailyPattern, Recurrence.DailyRegenerationPattern, Recurrence.IntervalPattern, Recurrence.MonthlyPattern, Recurrence.MonthlyRegenerationPattern, Recurrence.RelativeMonthlyPattern, Recurrence.RelativeYearlyPattern, Recurrence.WeeklyPattern, Recurrence.WeeklyRegenerationPattern, Recurrence.YearlyPattern, Recurrence.YearlyRegenerationPattern |
Constructor Summary | |
---|---|
Recurrence.DailyPattern()
Initializes a new instance of the DailyPattern class. |
|
Recurrence.DailyPattern(java.util.Date startDate,
int interval)
Initializes a new instance of the DailyPattern class. |
Method Summary | |
---|---|
protected java.lang.String |
getXmlElementName()
Gets the name of the XML element. |
Methods inherited from class microsoft.exchange.webservices.data.Recurrence.IntervalPattern |
---|
getInterval, internalWritePropertiesToXml, setInterval, tryReadElementFromXml |
Methods inherited from class microsoft.exchange.webservices.data.Recurrence |
---|
getEndDate, getFieldValueOrThrowIfNull, getNumberOfOccurrences, getStartDate, hasEnd, internalValidate, isRegenerationPattern, neverEnds, setEndDate, setNumberOfOccurrences, setStartDate, writeElementsToXml |
Methods inherited from class microsoft.exchange.webservices.data.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 |
Constructor Detail |
---|
public Recurrence.DailyPattern()
public Recurrence.DailyPattern(java.util.Date startDate, int interval) throws ArgumentOutOfRangeException
startDate
- The date and time when the recurrence starts.interval
- The number of days between each occurrence.
ArgumentOutOfRangeException
- the argument out of range exceptionMethod Detail |
---|
protected java.lang.String getXmlElementName()
getXmlElementName
in class Recurrence
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |