|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.RecurrencePattern
public class RecurrencePattern
The main class, represents a recurrence pattern.
Constructor Summary | |
---|---|
RecurrencePattern()
Initializes a new instance of the RecurrencePattern class. |
|
RecurrencePattern(String pattern)
Initializes a new instance of the RecurrencePattern class. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
boolean |
equals(RecurrencePattern other)
|
static RecurrencePattern |
fromiCalendar(String pattern)
|
DateCollection |
generateOccurrences()
Generates the occurrences. |
DateCollection |
generateOccurrences(Date rangeStart,
Date rangeEnd)
|
Date |
getEndDate()
|
DateCollection |
getExDates()
Gets the ex dates. |
RecurrenceRuleCollection |
getExRules()
Gets the ex rules. |
DateCollection |
getRDates()
Gets the R dates. |
RecurrenceRuleCollection |
getRRules()
Gets the R rules. |
Date |
getStartDate()
|
int |
hashCode()
|
static boolean |
op_Equality(RecurrencePattern left,
RecurrencePattern right)
|
static boolean |
op_Inequality(RecurrencePattern left,
RecurrencePattern right)
|
void |
setEndDate(Date value)
|
void |
setStartDate(Date value)
|
String |
toiCalendar()
Tois the calendar. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecurrencePattern()
Initializes a new instance of the RecurrencePattern
class.
public RecurrencePattern(String pattern)
Initializes a new instance of the RecurrencePattern
class.
pattern
- The pattern.Method Detail |
---|
public DateCollection generateOccurrences()
Generates the occurrences.
public DateCollection generateOccurrences(Date rangeStart, Date rangeEnd)
public static RecurrencePattern fromiCalendar(String pattern)
public String toiCalendar()
Tois the calendar.
public Date getStartDate()
public void setStartDate(Date value)
public Date getEndDate()
public void setEndDate(Date value)
public RecurrenceRuleCollection getRRules()
Gets the R rules.
Value: The R rules.
public RecurrenceRuleCollection getExRules()
Gets the ex rules.
Value: The ex rules.
public DateCollection getRDates()
Gets the R dates.
Value: The R dates.
public DateCollection getExDates()
Gets the ex dates.
Value: The ex dates.
public boolean equals(RecurrencePattern other)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public static boolean op_Equality(RecurrencePattern left, RecurrencePattern right)
public static boolean op_Inequality(RecurrencePattern left, RecurrencePattern right)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |