public abstract class MapiCalendarRecurrencePattern extends Object
Represents the mapi recurrence pattern
Constructor and Description |
---|
MapiCalendarRecurrencePattern() |
Modifier and Type | Method and Description |
---|---|
int |
getCalendarType()
Gets or sets the type of calendar that is used
|
int |
getEndType()
Gets or sets the ending type for the recurrence.
|
int |
getFrequency()
Gets or sets the frequency of the recurring series.
|
long |
getOccurrenceCount()
Gets or sets the number of occurrences in a recurrence.
|
int |
getPatternType()
Gets or sets the type of recurrence pattern
|
abstract long |
getPeriod()
Gets or sets interval at which the meeting pattern repeats
|
int |
getWeekStartDay()
Gets or sets the first day of the calendar week.
|
void |
setCalendarType(int value) |
void |
setEndType(int value) |
void |
setOccurrenceCount(long value) |
void |
setPatternType(int value) |
abstract void |
setPeriod(long value) |
void |
setWeekStartDay(int value) |
public abstract long getPeriod()
Gets or sets interval at which the meeting pattern repeats
public abstract void setPeriod(long value)
public int getFrequency()
Gets or sets the frequency of the recurring series.
public int getWeekStartDay()
Gets or sets the first day of the calendar week.
public void setWeekStartDay(int value)
public long getOccurrenceCount()
Gets or sets the number of occurrences in a recurrence.
public void setOccurrenceCount(long value)
public int getPatternType()
Gets or sets the type of recurrence pattern
public void setPatternType(int value)
public int getCalendarType()
Gets or sets the type of calendar that is used
public void setCalendarType(int value)
public int getEndType()
Gets or sets the ending type for the recurrence.
public void setEndType(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.