public final class MapiCalendarMonthlyNthRecurrencePattern extends MapiCalendarRecurrencePattern
Represents the daily recurrence pattern of the mapi calendar
Constructor and Description |
---|
MapiCalendarMonthlyNthRecurrencePattern()
Initializes a new instance of the
MapiCalendarMonthlyNthRecurrencePattern class |
Modifier and Type | Method and Description |
---|---|
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)
Gets or sets the days of week at which the event occurs
|
void |
setDayPosition(int value)
Gets or sets the occurrence of the recurrence's days in each month in 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 MapiCalendarMonthlyNthRecurrencePattern()
Initializes a new instance of the MapiCalendarMonthlyNthRecurrencePattern
class
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 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)
Gets or sets the days of week at which the event occurs
value
- a int.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)
Gets or sets the occurrence of the recurrence's days in each month in which the recurrence falls.
value
- a int.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.