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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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