|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.CalendarRecurrencePattern
com.aspose.email.WeeklyRecurrencePattern
public class WeeklyRecurrencePattern
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
int[] |
getStartDays()
Gets or sets the start days. |
void |
setStartDays(int[] value)
|
Methods inherited from class com.aspose.email.CalendarRecurrencePattern |
---|
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public int[] getStartDays()
Gets or sets the start days.
Value: The start days.
public void setStartDays(int[] value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |