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

IRecurrenceInfo.Assign(IRecurrenceInfo) Method

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

Namespace: DevExpress.XtraScheduler

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

Declaration

void Assign(
    IRecurrenceInfo src
)

Parameters

Name Type Description
src IRecurrenceInfo

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

Remarks

The current IRecurrenceInfo object retains its ID. To copy the ID value from the source object, use another method override.

See Also