RecurrenceBuilder.FromRFC5545RRule(String) Method
In This Article
Creates an object that specifies recurrence rules from a string value in RFC 5545 format.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public static IRecurrenceInfo FromRFC5545RRule(
string rRuleString
)
#Parameters
Name | Type | Description |
---|---|---|
r |
String | A string value in RFC 5545 format that contains recurrence information. |
#Returns
Type | Description |
---|---|
IRecurrence |
A DevExpress. |
#Remarks
For more information on the RFC 5545 data format, refer to the Internet Calendaring and Scheduling Core Object Specification document.
See Also