public class DailyRecurrencePattern extends CalendarRecurrencePattern
Constructor and Description |
---|
DailyRecurrencePattern(Date endDate) |
DailyRecurrencePattern(Date endDate,
int interval) |
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
public DailyRecurrencePattern(Date endDate)
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)
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.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.