IRecurrenceInfo.FromXml(String) Method
Parses the specified XML encoded recurrence info.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
void FromXml(
string val
)
Parameters
Name | Type | Description |
---|---|---|
val | String | The XML encoded recurrence information. |
See Also