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

IRecurrenceInfo.Assign(IRecurrenceInfo, Boolean) Method

Copies all properties from the specified recurrence info to the current object.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

void Assign(
    IRecurrenceInfo src,
    bool assignId
)

Parameters

Name Type Description
src IRecurrenceInfo

The object whose properties the current object should copy.

assignId Boolean

The value that specifies whether the Id should be copied.

See Also