com.aspose.network
Class MapiCalendarRecurrencePattern

java.lang.Object
  extended by com.aspose.network.MapiCalendarRecurrencePattern
Direct Known Subclasses:
MapiCalendarDailyRecurrencePattern, MapiCalendarMonthlyNthRecurrencePattern, MapiCalendarMonthlyRecurrencePattern, MapiCalendarWeeklyRecurrencePattern

public abstract class MapiCalendarRecurrencePattern
extends Object

Represents the mapi recurrence pattern


Constructor Summary
MapiCalendarRecurrencePattern()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiCalendarRecurrencePattern

public MapiCalendarRecurrencePattern()
Method Detail

getPeriod

public abstract long getPeriod()

Gets or sets interval at which the meeting pattern repeats


setPeriod

public abstract void setPeriod(long value)

getFrequency

public int getFrequency()

Gets or sets the frequency of the recurring series.


getWeekStartDay

public int getWeekStartDay()

Gets or sets the first day of the calendar week.


setWeekStartDay

public void setWeekStartDay(int value)

getOccurrenceCount

public long getOccurrenceCount()

Gets or sets the number of occurrences in a recurrence.


setOccurrenceCount

public void setOccurrenceCount(long value)

getPatternType

public int getPatternType()

Gets or sets the type of recurrence pattern


setPatternType

public void setPatternType(int value)

getCalendarType

public int getCalendarType()

Gets or sets the type of calendar that is used


setCalendarType

public void setCalendarType(int value)

getEndType

public int getEndType()

Gets or sets the ending type for the recurrence.


setEndType

public void setEndType(int value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.