com.aspose.network
Class YearlyRecurrencePattern

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

public class YearlyRecurrencePattern
extends CalendarRecurrencePattern


Constructor Summary
YearlyRecurrencePattern()
           
YearlyRecurrencePattern(int startOffset, int startMonth)
           
YearlyRecurrencePattern(int startDay, int startMonth, int startPosition)
           
 
Method Summary
 int getStartDay()
           
 int getStartMonth()
           
 int getStartOffset()
           
 int getStartPosition()
           
 void setStartDay(int value)
           
 void setStartMonth(int value)
           
 void setStartOffset(int value)
           
 void setStartPosition(int value)
           
 
Methods inherited from class com.aspose.network.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()

YearlyRecurrencePattern

public YearlyRecurrencePattern(int startOffset,
                               int startMonth)

YearlyRecurrencePattern

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

getStartDay

public int getStartDay()

setStartDay

public void setStartDay(int value)

getStartOffset

public int getStartOffset()

setStartOffset

public void setStartOffset(int value)

getStartPosition

public int getStartPosition()

setStartPosition

public void setStartPosition(int value)

getStartMonth

public int getStartMonth()

setStartMonth

public void setStartMonth(int value)


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