Back to Devexpress

iCalendarHelper.ApplyRecurrenceRule(String, IRecurrenceInfo) Method

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-icalendarhelper-dot-applyrecurrencerule-x28-system-dot-string-devexpress-dot-xtrascheduler-dot-irecurrenceinfo-x29.md

latest2.5 KB
Original Source

iCalendarHelper.ApplyRecurrenceRule(String, IRecurrenceInfo) Method

Applies recurrence rule to the specified RecurrenceInfo object.

Namespace : DevExpress.XtraScheduler.iCalendar

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public static void ApplyRecurrenceRule(
    string recurrenceRule,
    IRecurrenceInfo recurrenceInfo
)
vb
Public Shared Sub ApplyRecurrenceRule(
    recurrenceRule As String,
    recurrenceInfo As IRecurrenceInfo
)

Parameters

NameTypeDescription
recurrenceRuleString

A string that is the recurrence rule defined in RFC 2445 ( RRULE in iCalendar format).

| | recurrenceInfo | IRecurrenceInfo |

An object that expose the IRecurrenceInfo interface - the RecurrenceInfo object that contains appointment recurring information.

|

Remarks

Use the iCalendarHelper.ExtractRecurrenceRule method to obtain a recurrence rule string (the RRULE property in iCalendar format); use the iCalendarHelper.ApplyRecurrenceRule to apply a new recurrence rule specified in iCalendar format to the RecurrenceInfo object.

See Also

iCalendarHelper Class

iCalendarHelper Members

DevExpress.XtraScheduler.iCalendar Namespace