RecurrenceInfo.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
public void FromXml(
string val
)
Parameters
| Name | Type | Description |
|---|---|---|
| val | String | The XML encoded recurrence information. |
Implements
See Also