public class WeeklyRecurrencePattern extends RecurrencePattern
Represents a recurrence pattern of weekly recurrence type.
Constructor and Description |
---|
WeeklyRecurrencePattern(Date endDate)
Initializes a new instance of the
WeeklyRecurrencePattern class. |
WeeklyRecurrencePattern(Date endDate,
int interval)
Initializes a new instance of the
WeeklyRecurrencePattern class. |
WeeklyRecurrencePattern(int occurs)
Initializes a new instance of the
WeeklyRecurrencePattern class. |
WeeklyRecurrencePattern(int occurs,
int interval)
Initializes a new instance of the
WeeklyRecurrencePattern class. |
Modifier and Type | Method and Description |
---|---|
int[] |
getStartDays()
Gets or sets the start days.
|
void |
setStartDays(int[] value)
Gets or sets the start days.
|
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart, to_RecurrencePattern, toString
public WeeklyRecurrencePattern(Date endDate)
Initializes a new instance of the WeeklyRecurrencePattern
class.
endDate
- The end date.public WeeklyRecurrencePattern(int occurs)
Initializes a new instance of the WeeklyRecurrencePattern
class.
occurs
- The number of occurrences.public WeeklyRecurrencePattern(Date endDate, int interval)
Initializes a new instance of the WeeklyRecurrencePattern
class.
endDate
- The end date.interval
- The number of recurrence units.public WeeklyRecurrencePattern(int occurs, int interval)
Initializes a new instance of the WeeklyRecurrencePattern
class.
occurs
- The number of occurrences.interval
- The number of recurrence units.