com.aspose.email
Class YearlyRecurrencePattern

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

public class YearlyRecurrencePattern
extends CalendarRecurrencePattern


Constructor Summary
YearlyRecurrencePattern()
           Initializes a new instance of the YearlyRecurrencePattern class.
YearlyRecurrencePattern(int startOffset, int startMonth)
           Initializes a new instance of the YearlyRecurrencePattern class.
YearlyRecurrencePattern(int startDay, int startMonth, int startPosition)
           Initializes a new instance of the YearlyRecurrencePattern class.
 
Method Summary
 int getStartDay()
           Gets or sets the start day.
 int getStartMonth()
           Gets or sets the start month.
 int getStartOffset()
           Gets or sets the start offset.
 int getStartPosition()
           Gets or sets the start position.
 void setStartDay(int value)
           
 void setStartMonth(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

YearlyRecurrencePattern

public YearlyRecurrencePattern()

Initializes a new instance of the YearlyRecurrencePattern class.


YearlyRecurrencePattern

public YearlyRecurrencePattern(int startOffset,
                               int startMonth)

Initializes a new instance of the YearlyRecurrencePattern class.

Parameters:
startOffset - The start offset.
startMonth - The start month.

YearlyRecurrencePattern

public YearlyRecurrencePattern(int startDay,
                               int startMonth,
                               int startPosition)

Initializes a new instance of the YearlyRecurrencePattern class.

Parameters:
startDay - The start day.
startMonth - The start month.
startPosition - The start position.
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)

getStartMonth

public int getStartMonth()

Gets or sets the start month.

Value: The start month.


setStartMonth

public void setStartMonth(int value)


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