public final class MapiCalendarMonthlyRecurrencePattern extends MapiCalendarRecurrencePattern
Represents the monthly recurrence pattern of the mapi calendar
Constructor and Description |
---|
MapiCalendarMonthlyRecurrencePattern()
Initializes a new instance of the
MapiCalendarMonthlyRecurrencePattern class
|
Modifier and Type | Method and Description |
---|---|
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) |
getCalendarType, getEndType, getOccurrenceCount, getPatternType, getWeekStartDay, setCalendarType, setEndType, setOccurrenceCount, setPatternType, setWeekStartDay
public MapiCalendarMonthlyRecurrencePattern()
Initializes a new instance of the MapiCalendarMonthlyRecurrencePattern
class
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)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.