public final class MapiCalendarWeeklyRecurrencePattern extends MapiCalendarRecurrencePattern
Represents the weekly recurrence pattern of the mapi calendar
Constructor and Description |
---|
MapiCalendarWeeklyRecurrencePattern()
Initializes a new instance of the
MapiCalendarWeeklyRecurrencePattern class
|
Modifier and Type | Method and Description |
---|---|
int |
getDayOfWeek()
Gets or sets the days of week at which the event occurs
|
long |
getPeriod()
Gets or sets interval (in weeks) at which the meeting pattern repeats
|
void |
setDayOfWeek(int value) |
void |
setPeriod(long value) |
getCalendarType, getEndType, getFrequency, getOccurrenceCount, getPatternType, getWeekStartDay, setCalendarType, setEndType, setOccurrenceCount, setPatternType, setWeekStartDay
public MapiCalendarWeeklyRecurrencePattern()
Initializes a new instance of the MapiCalendarWeeklyRecurrencePattern
class
public long getPeriod()
Gets or sets interval (in weeks) at which the meeting pattern repeats
getPeriod
in class MapiCalendarRecurrencePattern
public void setPeriod(long value)
setPeriod
in class MapiCalendarRecurrencePattern
public int getDayOfWeek()
Gets or sets the days of week at which the event occurs
public void setDayOfWeek(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.