Skip to main content

Appointment.Copy() Method

Creates a copy of the current Appointment object.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

Appointment Copy()

Returns

Type Description
Appointment

An Appointment object which is a copy of the current object.

Remarks

This method creates a new instance of the Appointment class and copies the properties of the current appointment object to it. Note, that the type of the created appointment will always be Normal, except for when the type of the appointment being copied is Pattern in which case the created appointment will also have a type of Pattern.

See Also