Skip to main content

IRecurrenceInfo.Assign(IRecurrenceInfo) Method

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

void Assign(
    IRecurrenceInfo src
)

Parameters

Name Type Description
src IRecurrenceInfo

The object whose properties the current object should copy.

Remarks

The method does not copy the Id of the passed object. To copy it call the Assign(IRecurrenceInfo, Boolean) method with the second parameter set to true.

See Also