public class MapiCalendarYearlyAndMonthlyRecurrencePattern extends MapiCalendarRecurrencePattern
Represents the yearly and monthly recurrence pattern of the mapi calendar
Constructor and Description |
---|
MapiCalendarYearlyAndMonthlyRecurrencePattern()
Initializes a new instance of the
MapiCalendarYearlyAndMonthlyRecurrencePattern class |
Modifier and Type | Method and Description |
---|---|
long |
getDay()
Gets or sets day of the month on which the recurrence falls.
|
int |
getDayOfWeek()
Gets or sets the days of week at which the event occurs
|
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
|
int |
getPosition()
Gets or sets the occurrence of the recurrence's days in each month in which the recurrence falls.
|
void |
setDay(long value)
Gets or sets day of the month on which the recurrence falls.
|
void |
setDayOfWeek(int value)
Gets or sets the days of week at which the event occurs
|
void |
setPeriod(long value)
Gets or sets interval (in months) at which the meeting pattern repeats
|
void |
setPosition(int value)
Gets or sets the occurrence of the recurrence's days in each month in which the recurrence falls.
|
getCalendarType, getDeletedInstanceDates, getEndDate, getEndType, getExceptions, getModifiedInstanceDates, getOccurrenceCount, getPatternType, getSlidingFlag, getStartDate, getWeekStartDay, setCalendarType, setEndDate, setEndType, setFrequency, setOccurrenceCount, setPatternType, setSlidingFlag, setStartDate, setWeekStartDay
public MapiCalendarYearlyAndMonthlyRecurrencePattern()
Initializes a new instance of the MapiCalendarYearlyAndMonthlyRecurrencePattern
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
public final long getDay()
Gets or sets day of the month on which the recurrence falls.
public final void setDay(long value)
Gets or sets day of the month on which the recurrence falls.
public final int getDayOfWeek()
Gets or sets the days of week at which the event occurs
public final void setDayOfWeek(int value)
Gets or sets the days of week at which the event occurs
public final int getPosition()
Gets or sets the occurrence of the recurrence's days in each month in which the recurrence falls.
public final void setPosition(int value)
Gets or sets the occurrence of the recurrence's days in each month in which the recurrence falls.