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

RecurrenceBuilder.FromRFC5545RRule(String) Method

Creates an object that specifies recurrence rules from a string value in RFC 5545 format.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public static IRecurrenceInfo FromRFC5545RRule(
    string rRuleString
)

Parameters

Name Type Description
rRuleString String

A string value in RFC 5545 format that contains recurrence information.

Returns

Type Description
IRecurrenceInfo

A DevExpress.XtraScheduler.IRecurrenceInfo object that specifies recurrence rules.

Remarks

For more information on the RFC 5545 data format, refer to the Internet Calendaring and Scheduling Core Object Specification document.

See Also