public class DailyRecurrencePattern extends java.lang.Object implements RecurrencePattern, TaskRecurrencePattern
| Constructor and Description |
|---|
DailyRecurrencePattern()
Initializes a new instance of the DailyRecurrencePattern class.
|
DailyRecurrencePattern(int interval)
Initializes a new instance of the DailyRecurrencePattern class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInterval()
Gets the interval, in days, between two consecutive recurring items.
|
void |
setInterval(int interval)
Sets the interval, in days, between two consecutive recurring items.
|
java.lang.String |
toString()
Converts the value of the current DailyRecurrencePattern object to its equivalent string representation.
|
public DailyRecurrencePattern()
public DailyRecurrencePattern(int interval)
interval - the intervalpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getInterval()
public void setInterval(int interval)
interval - the new interval