public class AbsoluteYearlyRecurrencePattern extends java.lang.Object implements RecurrencePattern, TaskRecurrencePattern
| Constructor and Description |
|---|
AbsoluteYearlyRecurrencePattern()
Initializes a new instance of the AbsoluteYearlyRecurrencePattern class.
|
AbsoluteYearlyRecurrencePattern(Month month,
int dayOfMonth)
Initializes a new instance of the AbsoluteYearlyRecurrencePattern class with specified values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDayOfMonth()
Gets the day in a month on which a recurring item occurs.
|
Month |
getMonth()
Gets the month in which a yearly recurring item occurs.
|
void |
setDayOfMonth(int dayOfMonth)
Sets the day in a month on which a recurring item occurs.
|
void |
setMonth(Month month)
Sets the month in which a yearly recurring item occurs.
|
java.lang.String |
toString()
Converts the value of the current AbsoluteYearlyRecurrencePattern object to its equivalent string representation.
|
public AbsoluteYearlyRecurrencePattern()
public AbsoluteYearlyRecurrencePattern(Month month, int dayOfMonth)
month - Month.dayOfMonth - Day of month. An integer value with values 1 through 31 being valid.public java.lang.String toString()
toString in class java.lang.Objectpublic int getDayOfMonth()
public void setDayOfMonth(int dayOfMonth)
dayOfMonth - the new day of monthpublic Month getMonth()
public void setMonth(Month month)
month - the new month