com.aspose.email
Class MapiCalendarMonthlyRecurrencePattern

java.lang.Object
  extended by com.aspose.email.MapiCalendarRecurrencePattern
      extended by com.aspose.email.MapiCalendarMonthlyRecurrencePattern

public final class MapiCalendarMonthlyRecurrencePattern
extends MapiCalendarRecurrencePattern

Represents the monthly recurrence pattern of the mapi calendar


Constructor Summary
MapiCalendarMonthlyRecurrencePattern()
           Initializes a new instance of the MapiCalendarMonthlyRecurrencePattern class
 
Method Summary
 long getDay()
           Gets or sets day of the month on which the recurrence falls.
 int getFrequency()
           Gets or sets the frequency of the recurring series.
 long getPeriod()
           Gets or sets interval (in months) at which the meeting pattern repeats
 void setDay(long value)
           
 void setPeriod(long value)
           
 
Methods inherited from class com.aspose.email.MapiCalendarRecurrencePattern
getCalendarType, getEndType, getOccurrenceCount, getPatternType, getWeekStartDay, setCalendarType, setEndType, setOccurrenceCount, setPatternType, setWeekStartDay
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiCalendarMonthlyRecurrencePattern

public MapiCalendarMonthlyRecurrencePattern()

Initializes a new instance of the MapiCalendarMonthlyRecurrencePattern class

Method Detail

getFrequency

public int getFrequency()

Gets or sets the frequency of the recurring series.

Overrides:
getFrequency in class MapiCalendarRecurrencePattern

getPeriod

public long getPeriod()

Gets or sets interval (in months) at which the meeting pattern repeats

Specified by:
getPeriod in class MapiCalendarRecurrencePattern

setPeriod

public void setPeriod(long value)
Specified by:
setPeriod in class MapiCalendarRecurrencePattern

getDay

public long getDay()

Gets or sets day of the month on which the recurrence falls.


setDay

public void setDay(long value)


Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.