com.aspose.email
Class MonthlyRecurrencePattern

java.lang.Object
  extended by com.aspose.email.CalendarRecurrencePattern
      extended by com.aspose.email.MonthlyRecurrencePattern

public class MonthlyRecurrencePattern
extends CalendarRecurrencePattern

Represents a recurrence pattern of monthly recurrence type.


Constructor Summary
MonthlyRecurrencePattern()
           Initializes a new instance of the MonthlyRecurrencePattern class.
MonthlyRecurrencePattern(int startOffset, int interval)
           Initializes a new instance of the MonthlyRecurrencePattern class.
MonthlyRecurrencePattern(int startPosition, int startDay, int interval)
           Initializes a new instance of the MonthlyRecurrencePattern class.
 
Method Summary
 int getStartDay()
           Gets or sets the start day.
 int getStartOffset()
           Gets or sets the start offset.
 int getStartPosition()
           Gets or sets the start position.
 void setStartDay(int value)
           
 void setStartOffset(int value)
           
 void setStartPosition(int value)
           
 
Methods inherited from class com.aspose.email.CalendarRecurrencePattern
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthlyRecurrencePattern

public MonthlyRecurrencePattern()

Initializes a new instance of the MonthlyRecurrencePattern class.


MonthlyRecurrencePattern

public MonthlyRecurrencePattern(int startOffset,
                                int interval)

Initializes a new instance of the MonthlyRecurrencePattern class.

Parameters:
startOffset - The start offset.
interval - The number of recurrence units.

MonthlyRecurrencePattern

public MonthlyRecurrencePattern(int startPosition,
                                int startDay,
                                int interval)

Initializes a new instance of the MonthlyRecurrencePattern class.

Parameters:
startPosition - The start position.
startDay - The start day.
interval - The number of recurrence units.
Method Detail

getStartDay

public int getStartDay()

Gets or sets the start day.

Value: The start day.


setStartDay

public void setStartDay(int value)

getStartOffset

public int getStartOffset()

Gets or sets the start offset.

Value: The start offset.


setStartOffset

public void setStartOffset(int value)

getStartPosition

public int getStartPosition()

Gets or sets the start position.

Value: The start position.


setStartPosition

public void setStartPosition(int value)


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