public class DailyRecurrencePattern extends RecurrencePattern
Represents a recurrence pattern of daily recurrence type.
Constructor and Description |
---|
DailyRecurrencePattern(Date endDate)
Initializes a new instance of the
DailyRecurrencePattern class. |
DailyRecurrencePattern(Date endDate,
int interval)
Initializes a new instance of the
DailyRecurrencePattern class. |
DailyRecurrencePattern(int occurs)
Initializes a new instance of the
DailyRecurrencePattern class. |
DailyRecurrencePattern(int occurs,
int interval)
Initializes a new instance of the
DailyRecurrencePattern class. |
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart, to_RecurrencePattern, toString
public DailyRecurrencePattern(Date endDate)
Initializes a new instance of the DailyRecurrencePattern
class.
endDate
- The end date.public DailyRecurrencePattern(int occurs)
Initializes a new instance of the DailyRecurrencePattern
class.
occurs
- The Int32 value that represents number of occurrences.public DailyRecurrencePattern(Date endDate, int interval)
Initializes a new instance of the DailyRecurrencePattern
class.
endDate
- The end date.interval
- The number of recurrence units.public DailyRecurrencePattern(int occurs, int interval)
Initializes a new instance of the DailyRecurrencePattern
class.
occurs
- The Int32 value that represents number of occurrences.interval
- The number of recurrence units.