Skip to main content

IRecurrenceInfo.Assign(IRecurrenceInfo) Method

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

void Assign(
    IRecurrenceInfo src
)

Parameters

Name Type Description
src IRecurrenceInfo

The object whose properties the current object should copy.

See Also