RecurrenceInfoXmlPersistenceHelper(IRecurrenceInfo) Constructor
In This Article
Initializes a new instance of the RecurrenceInfoXmlPersistenceHelper class with specified settings.
Namespace: DevExpress.XtraScheduler.Xml
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public RecurrenceInfoXmlPersistenceHelper(
IRecurrenceInfo recurrenceInfo
)
#Parameters
Name | Type | Description |
---|---|---|
recurrence |
IRecurrence |
A IRecurrence |
See Also