AppointmentCollection.Add(Appointment) Method
In This Article
Appends the specified Appointment object to the current collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#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