Skip to main content

AppointmentCollection.Add(Appointment) Method

Appends the specified Appointment object to the current collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override int Add(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position into which the new element was inserted.

Remarks

This method adds an Appointment object to the end of the collection.

See Also