public class YearlyRecurrencePattern extends RecurrencePattern
Represents a recurrence pattern of yearly recurrence type.
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)
Gets or sets the start day.
|
void |
setStartMonth(int value)
Gets or sets the start month.
|
void |
setStartOffset(int value)
Gets or sets the start offset.
|
void |
setStartPosition(int value)
Gets or sets the start position.
|
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart, to_RecurrencePattern, toString
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 final int getStartDay()
Gets or sets the start day.
Value: The start day.public final void setStartDay(int value)
Gets or sets the start day.
Value: The start day.public final int getStartOffset()
Gets or sets the start offset.
Value: The start offset.public final void setStartOffset(int value)
Gets or sets the start offset.
Value: The start offset.public final int getStartPosition()
Gets or sets the start position.
Value: The start position.public final void setStartPosition(int value)
Gets or sets the start position.
Value: The start position.public final int getStartMonth()
Gets or sets the start month.
Value: The start month.public final void setStartMonth(int value)
Gets or sets the start month.
Value: The start month.