Skip to main content

RecurrenceInfo.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

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public 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