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

IRecurrenceInfo.Assign(IRecurrenceInfo, Boolean) Method

Copies the settings from the IRecurrenceInfo object passed as a parameter and assigns the same id if required.

Namespace: DevExpress.XtraScheduler

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

Declaration

void Assign(
    IRecurrenceInfo src,
    bool assignId
)

Parameters

Name Type Description
src IRecurrenceInfo

A IRecurrenceInfo object whose settings are assigned to the current object.

assignId Boolean

True, to assign the ID of the specified object to the current object; otherwise, false.

See Also