@Deprecated public abstract class CalendarRecurrencePattern extends Object
Represents a recurrence pattern.
Modifier | Constructor and Description |
---|---|
protected |
CalendarRecurrencePattern()
Deprecated.
Initializes a new instance of the
RecurrencePattern class. |
protected |
CalendarRecurrencePattern(Date endDate)
Deprecated.
Initializes a new instance of the
RecurrencePattern class. |
protected |
CalendarRecurrencePattern(Date endDate,
int interval)
Deprecated.
Initializes a new instance of the
RecurrencePattern class. |
protected |
CalendarRecurrencePattern(int occurs)
Deprecated.
Initializes a new instance of the
RecurrencePattern class. |
protected |
CalendarRecurrencePattern(int occurs,
int interval)
Deprecated.
Initializes a new instance of the
RecurrencePattern class. |
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Deprecated.
Gets or sets the end date.
|
int |
getInterval()
Deprecated.
Gets or sets the number of recurrence units.
|
int |
getOccurs()
Deprecated.
Gets or sets the number of occurrences of the recurrence pattern.
|
int |
getWeekStart()
Deprecated.
Gets or sets the week start.
|
void |
setEndDate(Date value)
Deprecated.
Gets or sets the end date.
|
void |
setInterval(int value)
Deprecated.
Gets or sets the number of recurrence units.
|
void |
setOccurs(int value)
Deprecated.
Gets or sets the number of occurrences of the recurrence pattern.
|
void |
setWeekStart(int value)
Deprecated.
Gets or sets the week start.
|
protected CalendarRecurrencePattern()
Initializes a new instance of the RecurrencePattern
class.
protected CalendarRecurrencePattern(Date endDate)
Initializes a new instance of the RecurrencePattern
class.
endDate
- The end date.protected CalendarRecurrencePattern(int occurs)
Initializes a new instance of the RecurrencePattern
class.
occurs
- The number of occurrences of the recurrence pattern.protected CalendarRecurrencePattern(Date endDate, int interval)
Initializes a new instance of the RecurrencePattern
class.
endDate
- The ending date for each recurrence.interval
- The number of recurrence units.protected CalendarRecurrencePattern(int occurs, int interval)
Initializes a new instance of the RecurrencePattern
class.
occurs
- The number of occurrences of the recurrence pattern.interval
- The number of recurrence units.public int getInterval()
Gets or sets the number of recurrence units.
Value: The number of recurrence units.public void setInterval(int value)
Gets or sets the number of recurrence units.
Value: The number of recurrence units.value
- a int.public int getOccurs()
Gets or sets the number of occurrences of the recurrence pattern.
Value: The number of occurrences.public void setOccurs(int value)
Gets or sets the number of occurrences of the recurrence pattern.
Value: The number of occurrences.value
- a int.public Date getEndDate()
Gets or sets the end date.
Value: The end date.public void setEndDate(Date value)
Gets or sets the end date.
Value: The end date.value
- a java$util$Date object.public int getWeekStart()
Gets or sets the week start.
Value: The week start.public void setWeekStart(int value)
Gets or sets the week start.
Value: The week start.value
- a int.