RecurrenceRule

RecurrenceRule class

Represents one recurrence or exception rule in a recurrence pattern.

The RecurrenceRule type exposes the following members:

Constructors

NameDescription
RecurrenceRule()Initializes a new instance of the RecurrenceRule class.

Properties

NameDescription
friendly_textGets user friendly text of rule.
frequencyGets or sets the type of the recurrence rule.
intervalGets or sets the interval.
end_typeGets or sets the end type.
countGets or sets the count.
untilGets or sets the until.
by_secondGets the by second.
by_minuteGets the by minute.
by_hourGets the by hour.
by_monthGets the by month.
by_dayGets the by day.
by_set_posGets the by set pos.
by_month_dayGets the by month day.
by_year_dayGets the by year day.
by_week_noGets the by week no.

See Also