|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MapiCalendarRecurrencePattern
com.aspose.network.MapiCalendarMonthlyRecurrencePattern
public final class MapiCalendarMonthlyRecurrencePattern
Represents the monthly recurrence pattern of the mapi calendar
Constructor Summary | |
---|---|
MapiCalendarMonthlyRecurrencePattern()
Initializes a new instance of the MapiCalendarMonthlyRecurrencePattern class |
Method Summary | |
---|---|
long |
getDay()
Gets or sets day of the month on 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 |
setDay(long value)
|
void |
setPeriod(long value)
|
Methods inherited from class com.aspose.network.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 MapiCalendarMonthlyRecurrencePattern()
Initializes a new instance of the MapiCalendarMonthlyRecurrencePattern
class
Method Detail |
---|
public int getFrequency()
Gets or sets the frequency of the recurring series.
getFrequency
in class MapiCalendarRecurrencePattern
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 long getDay()
Gets or sets day of the month on which the recurrence falls.
public void setDay(long value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |