|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MapiCalendarRecurrencePattern
public abstract class MapiCalendarRecurrencePattern
Represents the mapi recurrence pattern
Constructor Summary | |
---|---|
MapiCalendarRecurrencePattern()
|
Method Summary | |
---|---|
int |
getCalendarType()
Gets or sets the type of calendar that is used |
int |
getEndType()
Gets or sets the ending type for the recurrence. |
int |
getFrequency()
Gets or sets the frequency of the recurring series. |
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 |
int |
getWeekStartDay()
Gets or sets the first day of the calendar week. |
void |
setCalendarType(int value)
|
void |
setEndType(int value)
|
void |
setOccurrenceCount(long value)
|
void |
setPatternType(int value)
|
abstract void |
setPeriod(long value)
|
void |
setWeekStartDay(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiCalendarRecurrencePattern()
Method Detail |
---|
public abstract long getPeriod()
Gets or sets interval at which the meeting pattern repeats
public abstract void setPeriod(long value)
public int getFrequency()
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)
public long getOccurrenceCount()
Gets or sets the number of occurrences in a recurrence.
public void setOccurrenceCount(long value)
public int getPatternType()
Gets or sets the type of recurrence pattern
public void setPatternType(int value)
public int getCalendarType()
Gets or sets the type of calendar that is used
public void setCalendarType(int value)
public int getEndType()
Gets or sets the ending type for the recurrence.
public void setEndType(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |