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
|
Date |
getEndDate() |
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
|
boolean |
getSlidingFlag()
Defines whether pattern is sliding or not.
|
Date |
getStartDate() |
int |
getWeekStartDay()
Gets or sets the first day of the calendar week.
|
void |
setCalendarType(int value)
Gets or sets the type of calendar that is used
|
void |
setEndDate(Date value) |
void |
setEndType(int value)
Gets or sets the ending type for the recurrence.
|
protected void |
setFrequency(int value)
Gets or sets the frequency of the recurring series.
|
void |
setOccurrenceCount(long value)
Gets or sets the number of occurrences in a recurrence.
|
void |
setPatternType(int value)
Gets or sets the type of recurrence pattern
|
abstract void |
setPeriod(long value)
Gets or sets interval at which the meeting pattern repeats
|
void |
setSlidingFlag(boolean value)
Defines whether pattern is sliding or not.
|
void |
setStartDate(Date value) |
void |
setWeekStartDay(int value)
Gets or sets the first day of the calendar week.
|
public Date getStartDate()
public void setStartDate(Date value)
public Date getEndDate()
public void setEndDate(Date value)
public abstract long getPeriod()
Gets or sets interval at which the meeting pattern repeats
public abstract void setPeriod(long value)
Gets or sets interval at which the meeting pattern repeats
value
- a long.public int getFrequency()
Gets or sets the frequency of the recurring series.
protected void setFrequency(int value)
Gets or sets the frequency of the recurring series.
value
- a int.public int getWeekStartDay()
Gets or sets the first day of the calendar week.
public void setWeekStartDay(int value)
Gets or sets the first day of the calendar week.
value
- a int.public long getOccurrenceCount()
Gets or sets the number of occurrences in a recurrence.
public void setOccurrenceCount(long value)
Gets or sets the number of occurrences in a recurrence.
value
- a long.public int getPatternType()
Gets or sets the type of recurrence pattern
public void setPatternType(int value)
Gets or sets the type of recurrence pattern
value
- a int.public int getCalendarType()
Gets or sets the type of calendar that is used
public void setCalendarType(int value)
Gets or sets the type of calendar that is used
value
- a int.public int getEndType()
Gets or sets the ending type for the recurrence.
public void setEndType(int value)
Gets or sets the ending type for the recurrence.
value
- a int.public boolean getSlidingFlag()
Defines whether pattern is sliding or not.
public void setSlidingFlag(boolean value)
Defines whether pattern is sliding or not.
value
- a boolean.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.