VEvent.RecurrenceRules Property
Provides access to the RRULE property of a calendar component.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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