public abstract class MapiCalendarRecurrencePattern extends Object
Represents the mapi recurrence pattern
Constructor and Description |
---|
MapiCalendarRecurrencePattern() |
Modifier and Type | Method and Description |
---|---|
int |
getCalendarType()
Gets or sets the type of calendar that is used
|
com.aspose.ms.System.Collections.Generic.IGenericList<Date> |
getDeletedInstanceDates()
An array of dates, each of which is the original instance date of either
a deleted instance or a modified instance for this recurrence.
|
Date |
getEndDate()
Gets or sets Defines the end date of an item recurrence pattern.
|
int |
getEndType()
Gets or sets the ending type for the recurrence.
|
com.aspose.ms.System.Collections.Generic.IGenericList<MapiCalendarExceptionInfo> |
getExceptions()
An exception specifies changes to an instance of a recurring series.
|
int |
getFrequency()
Gets or sets the frequency of the recurring series.
|
com.aspose.ms.System.Collections.Generic.IGenericList<Date> |
getModifiedInstanceDates()
An array of dates, each of which is the date of a modified instance.
|
long |
getOccurrenceCount()
Gets or sets the number of occurrences in a recurrence.
|
int |
getPatternType()
Gets or sets the type of recurrence pattern
|
abstract long |
getPeriod()
Gets or sets interval at which the meeting pattern repeats
|
boolean |
getSlidingFlag()
Defines whether pattern is sliding or not.
|
Date |
getStartDate()
Gets or sets the start date of an item recurrence pattern.
|
int |
getWeekStartDay()
Gets or sets the first day of the calendar week.
|
void |
setCalendarType(int value)
Gets or sets the type of calendar that is used
|
void |
setEndDate(Date value)
Gets or sets Defines the end date of an item recurrence pattern.
|
void |
setEndType(int value)
Gets or sets the ending type for the recurrence.
|
protected void |
setFrequency(int value)
Gets or sets the frequency of the recurring series.
|
void |
setOccurrenceCount(long value)
Gets or sets the number of occurrences in a recurrence.
|
void |
setPatternType(int value)
Gets or sets the type of recurrence pattern
|
abstract void |
setPeriod(long value)
Gets or sets interval at which the meeting pattern repeats
|
void |
setSlidingFlag(boolean value)
Defines whether pattern is sliding or not.
|
void |
setStartDate(Date value)
Gets or sets the start date of an item recurrence pattern.
|
void |
setWeekStartDay(int value)
Gets or sets the first day of the calendar week.
|
public final Date getStartDate()
Gets or sets the start date of an item recurrence pattern.
public final void setStartDate(Date value)
Gets or sets the start date of an item recurrence pattern.
public final Date getEndDate()
Gets or sets Defines the end date of an item recurrence pattern.
public final void setEndDate(Date value)
Gets or sets Defines the end date of an item recurrence pattern.
public abstract long getPeriod()
Gets or sets interval at which the meeting pattern repeats
public abstract void setPeriod(long value)
Gets or sets interval at which the meeting pattern repeats
public int getFrequency()
Gets or sets the frequency of the recurring series.
protected final void setFrequency(int value)
Gets or sets the frequency of the recurring series.
public final int getWeekStartDay()
Gets or sets the first day of the calendar week.
public final void setWeekStartDay(int value)
Gets or sets the first day of the calendar week.
public final long getOccurrenceCount()
Gets or sets the number of occurrences in a recurrence.
public final void setOccurrenceCount(long value)
Gets or sets the number of occurrences in a recurrence.
public final int getPatternType()
Gets or sets the type of recurrence pattern
public final void setPatternType(int value)
Gets or sets the type of recurrence pattern
public final int getCalendarType()
Gets or sets the type of calendar that is used
public final void setCalendarType(int value)
Gets or sets the type of calendar that is used
public final int getEndType()
Gets or sets the ending type for the recurrence.
public final void setEndType(int value)
Gets or sets the ending type for the recurrence.
public final boolean getSlidingFlag()
Defines whether pattern is sliding or not.
public final void setSlidingFlag(boolean value)
Defines whether pattern is sliding or not.
public final com.aspose.ms.System.Collections.Generic.IGenericList<MapiCalendarExceptionInfo> getExceptions()
An exception specifies changes to an instance of a recurring series.
public com.aspose.ms.System.Collections.Generic.IGenericList<Date> getDeletedInstanceDates()
An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.
public com.aspose.ms.System.Collections.Generic.IGenericList<Date> getModifiedInstanceDates()
An array of dates, each of which is the date of a modified instance.