|
||||||||
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.MapiCalendarDailyRecurrencePattern
public final class MapiCalendarDailyRecurrencePattern
Represents the daily recurrence pattern of the mapi calendar
Constructor Summary | |
---|---|
MapiCalendarDailyRecurrencePattern()
Initializes a new instance of the MapiCalendarDailyRecurrencePattern class |
Method Summary | |
---|---|
long |
getPeriod()
Gets or sets interval (in days) at which the meeting pattern repeats |
void |
setPeriod(long value)
|
Methods inherited from class com.aspose.email.MapiCalendarRecurrencePattern |
---|
getCalendarType, getEndType, getFrequency, 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 MapiCalendarDailyRecurrencePattern()
Initializes a new instance of the MapiCalendarDailyRecurrencePattern
class
Method Detail |
---|
public long getPeriod()
Gets or sets interval (in days) at which the meeting pattern repeats
getPeriod
in class MapiCalendarRecurrencePattern
public void setPeriod(long value)
setPeriod
in class MapiCalendarRecurrencePattern
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |