Modifier and Type | Method and Description |
---|---|
static CalendarRecurrence |
CalendarRecurrence.fromiCalendar(String pattern)
Gets a recurrence pattern from iCalendar string.
|
static CalendarRecurrence |
CalendarRecurrence.fromRecurrence(String xmlString)
Gets a recurrence pattern from XML pattern string.
|
static CalendarRecurrence |
CalendarRecurrence.fromRecurrence(com.aspose.ms.System.Xml.XmlElement xmlElement)
Gets a recurrence pattern from XmlElement.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CalendarRecurrence.equals(CalendarRecurrence other)
Determines whether the specified
CalendarRecurrence is equal to this instance. |
static boolean |
CalendarRecurrence.op_Equality(CalendarRecurrence left,
CalendarRecurrence right)
Implements the operator ==.
|
static boolean |
CalendarRecurrence.op_Inequality(CalendarRecurrence left,
CalendarRecurrence right)
Implements the operator !=.
|