public static final class Recurrence.DailyRegenerationPattern extends Recurrence.IntervalPattern
Recurrence.DailyPattern, Recurrence.DailyRegenerationPattern, Recurrence.IntervalPattern, Recurrence.MonthlyPattern, Recurrence.MonthlyRegenerationPattern, Recurrence.RelativeMonthlyPattern, Recurrence.RelativeYearlyPattern, Recurrence.WeeklyPattern, Recurrence.WeeklyRegenerationPattern, Recurrence.YearlyPattern, Recurrence.YearlyRegenerationPattern
Constructor and Description |
---|
DailyRegenerationPattern()
Initializes a new instance of the DailyRegenerationPattern class.
|
DailyRegenerationPattern(Date startDate,
int interval)
Initializes a new instance of the DailyRegenerationPattern class.
|
Modifier and Type | Method and Description |
---|---|
String |
getXmlElementName()
Gets the name of the XML element.
|
boolean |
isRegenerationPattern()
Gets a value indicating whether this instance is a regeneration
pattern.
|
getInterval, internalWritePropertiesToXml, setInterval, tryReadElementFromXml
getEndDate, getFieldValueOrThrowIfNull, getNumberOfOccurrences, getStartDate, hasEnd, internalValidate, neverEnds, setEndDate, setNumberOfOccurrences, setStartDate, writeElementsToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml
public DailyRegenerationPattern()
public DailyRegenerationPattern(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 exceptionpublic String getXmlElementName()
getXmlElementName
in class Recurrence
public boolean isRegenerationPattern()
isRegenerationPattern
in class Recurrence
Copyright © 2012–2015 Microsoft. All rights reserved.