|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiCalendarRecurrencePattern
com.aspose.email.MapiCalendarMonthlyNthRecurrencePattern
public final class MapiCalendarMonthlyNthRecurrencePattern
Represents the daily recurrence pattern of the mapi calendar
Constructor Summary | |
---|---|
MapiCalendarMonthlyNthRecurrencePattern()
Initializes a new instance of the MapiCalendarMonthlyNthRecurrencePattern class |
Method Summary | |
---|---|
int |
getDayOfWeek()
Gets or sets the days of week at which the event occurs |
int |
getDayPosition()
Gets or sets the occurrence of the recurrence's days in each month in which the recurrence falls. |
int |
getFrequency()
Gets or sets the frequency of the recurring series. |
long |
getPeriod()
Gets or sets interval (in months) at which the meeting pattern repeats |
void |
setDayOfWeek(int value)
|
void |
setDayPosition(int value)
|
void |
setPeriod(long value)
|
Methods inherited from class com.aspose.email.MapiCalendarRecurrencePattern |
---|
getCalendarType, getEndType, getOccurrenceCount, getPatternType, getWeekStartDay, setCalendarType, setEndType, setOccurrenceCount, setPatternType, setWeekStartDay |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiCalendarMonthlyNthRecurrencePattern()
Initializes a new instance of the MapiCalendarMonthlyNthRecurrencePattern
class
Method Detail |
---|
public long getPeriod()
Gets or sets interval (in months) at which the meeting pattern repeats
getPeriod
in class MapiCalendarRecurrencePattern
public void setPeriod(long value)
setPeriod
in class MapiCalendarRecurrencePattern
public int getFrequency()
Gets or sets the frequency of the recurring series.
getFrequency
in class MapiCalendarRecurrencePattern
public int getDayOfWeek()
Gets or sets the days of week at which the event occurs
public void setDayOfWeek(int value)
public int getDayPosition()
Gets or sets the occurrence of the recurrence's days in each month in which the recurrence falls.
public void setDayPosition(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |