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

RecurrenceInfo.Assign(IRecurrenceInfo, Boolean) Method

Copies all the settings from the RecurrenceInfo object passed as a parameter.

Namespace: DevExpress.XtraScheduler

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

Declaration

public void Assign(
    IRecurrenceInfo src,
    bool assignId
)

Parameters

Name Type Description
src IRecurrenceInfo

An RecurrenceInfo object whose settings are assigned to the current object.

assignId Boolean

True to copy the PersistentObject.Id object identifier; otherwise, false.

See Also