CalendarRecurrence Class |
Namespace: Aspose.Email.Calendar.Recurrences
The CalendarRecurrence type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalendarRecurrence |
Initializes a new instance of the CalendarRecurrence class.
|
![]() | CalendarRecurrence(String) |
Initializes a new instance of the CalendarRecurrence class.
|
Name | Description | |
---|---|---|
![]() | EndDate |
Gets or sets the end date.
|
![]() | ExDates |
Gets the ex dates.
|
![]() | ExRules |
Gets the ex rules.
|
![]() | RDates |
Gets the R dates.
|
![]() | RRules |
Gets the R rules.
|
![]() | StartDate |
Gets or sets the start date.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).) |
![]() | Equals(CalendarRecurrence) |
Determines whether the specified CalendarRecurrence is equal to this instance.
|
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromiCalendar |
Gets a recurrence pattern from iCalendar string.
|
![]() ![]() | FromRecurrence(String) |
Gets a recurrence pattern from XML pattern string.
|
![]() ![]() | FromRecurrence(XmlElement) |
Gets a recurrence pattern from XmlElement.
|
![]() | GenerateOccurrences |
Generates the occurrences.
|
![]() | GenerateOccurrences(Int32) |
Generates n next occurrences.
|
![]() | GenerateOccurrences(DateTime, DateTime) |
Generates the occurrences.
|
![]() | GenerateOccurrences(DateTime, DateTime, Int32) |
Generates n next occurrences.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToiCalendar |
To iCalendar string.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | Inequality |
Implements the operator !=.
|