Recurrence Members
The Recurrence class represents an iCalendar recurrence rule value type as defined by RFC 2445.
The following tables list the members exposed by the Recurrence type.
Public Constructors
| Name | Description | |
|---|---|---|
| Recurrence | Overloaded. The Recurrence constructor overloads create new Recurrence objects. | 
Top
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | AvailableProperties | The AvailableProperties property gets or sets a RecurrenceProperties enumeration value that indicates the set of properties that are valid for this Recurrence object. | 
| .gif) | ByDayList | The ByDayList property gets or sets an array of Recurrence.ByDay structures that together represent the value of the BYDAY property. | 
| .gif) | ByHour | The ByHour property gets or sets an array of integers that represents the value of the BYHOUR property. | 
| .gif) | ByMinute | The ByMinute property gets or sets an array of integers that together represent the value of the BYMINUTE property. | 
| .gif) | ByMonth | The ByMonth property gets or sets an array of integers that together represent the value of the BYMONTH property. | 
| .gif) | ByMonthDay | The ByMonthDay property gets or sets an array of integers that together represent the value of the BYMONTHDAY property. | 
| .gif) | BySecond | The BySecond property gets or sets an array of integers that together represent the value of the BYSECOND property. | 
| .gif) | BySetPosition | The BySetPosition property gets or sets an array of integers that together represent the value of the BYSETPOS property. | 
| .gif) | ByWeek | The ByWeek property gets or sets an array of integers that together represent the value of the BYWEEK property. | 
| .gif) | ByYearDay | The ByYearDay property gets or sets an array of integers that together represent the value of the BYYEARDAY property. | 
| .gif) | Count | The Count property gets or sets an integer that represents the value of the COUNT property. | 
| .gif) | Frequency | The Frequency property gets or sets a Frequency enumeration value that represents the FREQ parameter. | 
| .gif) | Interval | The Interval property gets or sets an array of integers that together represent the value of the INTERVAL property. | 
| .gif) | UntilDate | The UntilDate property gets or sets a DateTime that represents the value of the UNTIL property when it is defined with an RFC 2445 date. | 
| .gif) | UntilDateTime | The UntilDateTime property gets or sets a DateTime that represents the value of the UNTIL property when it is defined with an RFC 2445 datetime. | 
| .gif) | WorkWeekStart | The WorkWeekStart property gets or sets a DayOfWeek that represents the value of the WKST property. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | Overridden. The ToString method returns a string that represents this Recurrence object as iCalendar data. | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top