public final class MapiCalendarDailyRecurrencePattern extends MapiCalendarRecurrencePattern
Represents the daily recurrence pattern of the mapi calendar
Constructor and Description |
---|
MapiCalendarDailyRecurrencePattern()
Initializes a new instance of the
MapiCalendarDailyRecurrencePattern 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 days) at which the meeting pattern repeats
|
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 days) at which the meeting pattern repeats
|
getCalendarType, getEndDate, getEndType, getFrequency, getOccurrenceCount, getPatternType, getSlidingFlag, getStartDate, getWeekStartDay, setCalendarType, setEndDate, setEndType, setFrequency, setOccurrenceCount, setPatternType, setSlidingFlag, setStartDate, setWeekStartDay
public MapiCalendarDailyRecurrencePattern()
Initializes a new instance of the MapiCalendarDailyRecurrencePattern
class
public long getPeriod()
Gets or sets interval (in days) at which the meeting pattern repeats
getPeriod
in class MapiCalendarRecurrencePattern
public void setPeriod(long value)
Gets or sets interval (in days) at which the meeting pattern repeats
setPeriod
in class MapiCalendarRecurrencePattern
value
- An interval (in days)public int getDayOfWeek()
Gets or sets the days of week at which the event occurs
public void setDayOfWeek(int value)
Gets or sets the days of week at which the event occurs
value
- a int.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.