Skip to main content
A newer version of this page is available. .

RecurrenceInfoXmlPersistenceHelper(IRecurrenceInfo) Constructor

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

Namespace: DevExpress.XtraScheduler.Xml

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

Declaration

public RecurrenceInfoXmlPersistenceHelper(
    IRecurrenceInfo recurrenceInfo
)

Parameters

Name Type Description
recurrenceInfo IRecurrenceInfo

A IRecurrenceInfo object, containing information about appointment occurrences.

See Also