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, setWeekStartDaypublic MapiCalendarYearlyAndMonthlyRecurrencePattern()
Initializes a new instance of the MapiCalendarYearlyAndMonthlyRecurrencePattern class
public int getFrequency()
Gets or sets the frequency of the recurring series.
getFrequency in class MapiCalendarRecurrencePatternpublic long getPeriod()
Gets or sets interval (in months) at which the meeting pattern repeats
getPeriod in class MapiCalendarRecurrencePatternpublic void setPeriod(long value)
Gets or sets interval (in months) at which the meeting pattern repeats
setPeriod in class MapiCalendarRecurrencePatternpublic 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
value - Flags attribute MapiCalendarDayOfWeek.
MapiCalendarDayOfWeek.Wednesday | MapiCalendarDayOfWeek.Thursdaypublic 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.
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.