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)
Gets or sets day of the month on which the recurrence falls.
|
void |
setPeriod(long value)
Gets or sets interval (in months) at which the meeting pattern repeats
|
getCalendarType, getEndType, getOccurrenceCount, getPatternType, getSlidingFlag, getWeekStartDay, setCalendarType, setEndType, setFrequency, setOccurrenceCount, setPatternType, setSlidingFlag, 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)
Gets or sets interval (in months) at which the meeting pattern repeats
setPeriod
in class MapiCalendarRecurrencePattern
value
- a long.public long getDay()
Gets or sets day of the month on which the recurrence falls.
public void setDay(long value)
Gets or sets day of the month on which the recurrence falls.
value
- a long.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.