Skip to main content

AppointmentCollection.Add(Appointment) Method

Appends the specified Appointment object to the current collection.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public override int Add(
    Appointment apt
)

#Parameters

Name Type Description
apt Appointment

An Appointment object to be appended to the collection.

#Returns

Type Description
Int32

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

#Remarks

The Add method adds an Appointment object to the end of the collection.

See Also