public class AbsoluteMonthlyRecurrencePattern extends java.lang.Object implements RecurrencePattern, TaskRecurrencePattern
| Constructor and Description |
|---|
AbsoluteMonthlyRecurrencePattern()
Initializes a new instance of the AbsoluteMonthlyRecurrencePattern class.
|
AbsoluteMonthlyRecurrencePattern(int interval,
int dayOfMonth)
Initializes a new instance of the AbsoluteMonthlyRecurrencePattern class with specified values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDayOfMonth()
Gets the day in a month that a recurring item occurs.
|
int |
getInterval()
Gets the interval between two consecutive recurring items.
|
void |
setDayOfMonth(int dayOfMonth)
Sets the day in a month that a recurring item occurs.
|
void |
setInterval(int interval)
Sets the interval between two consecutive recurring items.
|
java.lang.String |
toString()
Converts the value of the current AbsoluteMonthlyRecurrencePattern object to its equivalent string representation.
|
public AbsoluteMonthlyRecurrencePattern()
public AbsoluteMonthlyRecurrencePattern(int interval,
int dayOfMonth)
interval - Number of months.dayOfMonth - Day of month.public java.lang.String toString()
toString in class java.lang.Objectpublic int getInterval()
public void setInterval(int interval)
interval - the new intervalpublic int getDayOfMonth()
public void setDayOfMonth(int dayOfMonth)
dayOfMonth - the new day of month