Recurrence members
The Recurrence class represents an iCalendar recurrence rule value type as defined by RFC 2445.
The Recurrence type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Recurrence() | The Recurrence constructor creates a new Recurrence object that has default values. | |
Recurrence(String) | The Recurrence constructor creates a new Recurrence object and initializes it with the recurrence information in the parameter value. |
Top
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
Methods
Name | Description | |
---|---|---|
ToString | The ToString method returns a string that represents this Recurrence object as iCalendar data. (Overrides Object.ToString().) |
Top