Click or drag to resize

RecurrencePattern Properties

The iCalRecurrencePattern type exposes the following members.

Properties
  NameDescription
Public propertyByDay
The list of days for which this recurrence applies.
Public propertyByHour
Provided for completeness only. The usefulness of calendar items recurring hourly is unclear. The calendar item recurs for a list of hours while observing the specified frequency and other specified pattern information (e.g. ByDay).
Public propertyByMinute
Provided for completeness only. The usefulness of calendar items recurring minute-by-minute is unclear. The calendar item recurs for a list of minutes while observing the specified frequency and other specified pattern information (e.g. ByDay).
Public propertyByMonth
The list of 1-based months for which this recurrence applies.
Public propertyByMonthDay
The list of 1-based days-of-the-month for which this recurrence applies, for example, recurrences such as "1st and 15th of the month for the next 6 months". This is really only applicable with recurrence frequencies of Monthly and Yearly.
Public propertyBySecond
Provided for completeness only. The usefulness of calendar items recurring second-by-second is unclear. The calendar item recurs for a list of seconds while observing the specified frequency and other specified pattern information (e.g. ByDay).
Public propertyBySetPosition
The list of numbers per the other By rules. For example the "second weekday of the month" would be specified on a monthly Frequency by setting this value to 2 and setting ByDay to include Monday, Tuesday, Wednesday, Thursday, and Friday.
Public propertyByWeekNo
The list of 1-based week numbers for which this recurrence applies, for example, recurrences such as "1st and 3rd week of the month for the next 6 months". This is really only applicable with recurrence frequencies of Monthly and Yearly.
Public propertyByYearDay
The list of 1-based days-of-the-year (e.g. 1 through 366) for which this recurrence applies, for example, recurrences such as "1st and 100th day of the year for the next 5 years". This is really only applicable with recurrence frequency of Yearly.
Public propertyCount
Gets/sets the number of recurrences. For example, an meeting scheduled to occur once week for 10 weeks.
Public propertyFirstDayOfWeek
The day of week for patterns such as "the first Monday of each month". This is really only applicable with recurrence frequencies of Monthly and Yearly.
Public propertyFrequency
Public propertyInterval
Gets/sets the recurrence interval per unit of Frequency
Public propertyUntil
Gets/sets the end date/time of the recurrence. For example, an meeting scheduled to occur once week until the specified date.
Top
See Also