public class WeeklyRecurrencePattern extends CalendarRecurrencePattern
Constructor and Description |
---|
WeeklyRecurrencePattern(Date endDate) |
WeeklyRecurrencePattern(Date endDate,
int interval) |
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) |
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart
public WeeklyRecurrencePattern(Date endDate)
public WeeklyRecurrencePattern(int occurs)
Initializes a new instance of the WeeklyRecurrencePattern
class.
occurs
- The number of occurrences.public WeeklyRecurrencePattern(Date endDate, int interval)
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.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.