public class MonthlyRecurrencePattern extends RecurrencePattern
Represents a recurrence pattern of monthly recurrence type.
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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)
Gets or sets the start day.
|
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 MonthlyRecurrencePattern()
Initializes a new instance of the MonthlyRecurrencePattern
class.
public MonthlyRecurrencePattern(int startOffset, int interval)
Initializes a new instance of the MonthlyRecurrencePattern
class.
startOffset
- The start offset.interval
- The number of recurrence units.public MonthlyRecurrencePattern(int startPosition, int startDay, int interval)
Initializes a new instance of the MonthlyRecurrencePattern
class.
startPosition
- The start position.startDay
- The start day.interval
- The number of recurrence units.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.