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 | |
---|---|---|
AvailableProperties | The AvailableProperties property gets or sets a RecurrenceProperties enumeration value that indicates the set of properties that are valid for this Recurrence object. | |
ByDayList | The ByDayList property gets or sets an array of Recurrence.ByDay structures that together represent the value of the BYDAY property. | |
ByHour | The ByHour property gets or sets an array of integers that represents the value of the BYHOUR property. | |
ByMinute | The ByMinute property gets or sets an array of integers that together represent the value of the BYMINUTE property. | |
ByMonth | The ByMonth property gets or sets an array of integers that together represent the value of the BYMONTH property. | |
ByMonthDay | The ByMonthDay property gets or sets an array of integers that together represent the value of the BYMONTHDAY property. | |
BySecond | The BySecond property gets or sets an array of integers that together represent the value of the BYSECOND property. | |
BySetPosition | The BySetPosition property gets or sets an array of integers that together represent the value of the BYSETPOS property. | |
ByWeek | The ByWeek property gets or sets an array of integers that together represent the value of the BYWEEK property. | |
ByYearDay | The ByYearDay property gets or sets an array of integers that together represent the value of the BYYEARDAY property. | |
Count | The Count property gets or sets an integer that represents the value of the COUNT property. | |
Frequency | The Frequency property gets or sets a Frequency enumeration value that represents the FREQ parameter. | |
Interval | The Interval property gets or sets an array of integers that together represent the value of the INTERVAL property. | |
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. | |
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. | |
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 | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. The ToString method returns a string that represents this Recurrence object as iCalendar data. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top