public class YearlyRecurrencePattern extends CalendarRecurrencePattern
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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) |
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart
public YearlyRecurrencePattern()
Initializes a new instance of the YearlyRecurrencePattern
class.
public YearlyRecurrencePattern(int startOffset, int startMonth)
Initializes a new instance of the YearlyRecurrencePattern
class.
startOffset
- The start offset.startMonth
- The start month.public YearlyRecurrencePattern(int startDay, int startMonth, int startPosition)
Initializes a new instance of the YearlyRecurrencePattern
class.
startDay
- The start day.startMonth
- The start month.startPosition
- The start position.public int getStartDay()
Gets or sets the start day.
Value: The start day.public void setStartDay(int value)
public int getStartOffset()
Gets or sets the start offset.
Value: The start offset.public void setStartOffset(int value)
public int getStartPosition()
Gets or sets the start position.
Value: The start position.public void setStartPosition(int value)
public int getStartMonth()
Gets or sets the start month.
Value: The start month.public void setStartMonth(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.