RecurrencePattern Class |
Namespace: Aspose.Email.Calendar.Recurrences
The RecurrencePattern type exposes the following members.
Name | Description | |
---|---|---|
![]() | RecurrencePattern |
Initializes a new instance of the RecurrencePattern class.
|
![]() | RecurrencePattern(DateTime) |
Initializes a new instance of the RecurrencePattern class.
|
![]() | RecurrencePattern(Int32) |
Initializes a new instance of the RecurrencePattern class.
|
![]() | RecurrencePattern(DateTime, Int32) |
Initializes a new instance of the RecurrencePattern class.
|
![]() | RecurrencePattern(Int32, Int32) |
Initializes a new instance of the RecurrencePattern class.
|
Name | Description | |
---|---|---|
![]() | EndDate |
Gets or sets the end date.
|
![]() | Interval |
Gets or sets the number of recurrence units.
|
![]() | Occurs |
Gets or sets the number of occurrences of the recurrence pattern.
|
![]() | WeekStart |
Gets or sets the week start.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (String to RecurrencePattern) |
Converts string representation of recurrence pattern in ICalendar format to object
|