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 Date getStartDate()
Gets or sets the start date of an item recurrence pattern.
public void setStartDate(Date value)
Gets or sets the start date of an item recurrence pattern.
public Date getEndDate()
Gets or sets Defines the end date of an item recurrence pattern.
public 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 void setFrequency(int value)
Gets or sets the frequency of the recurring series.
public int getWeekStartDay()
Gets or sets the first day of the calendar week.
public void setWeekStartDay(int value)
Gets or sets the first day of the calendar week.
public long getOccurrenceCount()
Gets or sets the number of occurrences in a recurrence.
public void setOccurrenceCount(long value)
Gets or sets the number of occurrences in a recurrence.
public int getPatternType()
Gets or sets the type of recurrence pattern
public void setPatternType(int value)
Gets or sets the type of recurrence pattern
public int getCalendarType()
Gets or sets the type of calendar that is used
public void setCalendarType(int value)
Gets or sets the type of calendar that is used
public int getEndType()
Gets or sets the ending type for the recurrence.
public void setEndType(int value)
Gets or sets the ending type for the recurrence.
public boolean getSlidingFlag()
Defines whether pattern is sliding or not.
public void setSlidingFlag(boolean value)
Defines whether pattern is sliding or not.
public 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.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.