RecurrenceInfo.ToXml() Method
Creates an XML encoding of the recurrence information.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string ToXml()
Returns
Type | Description |
---|---|
String | The XML encoding of the recurrence information object. |
Implements
See Also