Skip to main content
A newer version of this page is available. .

VEvent.RecurrenceRules Property

Provides access to the RRULE property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public RecurrenceRulePropertyCollection RecurrenceRules { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection

A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection class instance containing a list of objects used to represent recurrence rules.

Remarks

Comprehensive examples for RRULE are given in RFC 2445.

See Also