Skip to main content

RecurrenceInfoXmlPersistenceHelper(IRecurrenceInfo) Constructor

Initializes a new instance of the RecurrenceInfoXmlPersistenceHelper class with specified settings.

Namespace: DevExpress.XtraScheduler.Xml

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public RecurrenceInfoXmlPersistenceHelper(
    IRecurrenceInfo recurrenceInfo
)

Parameters

Name Type Description
recurrenceInfo IRecurrenceInfo

A IRecurrenceInfo object, containing information about appointment occurrences.

See Also