Creates the new Appointment object with default settings and adds it to the collection.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public Appointment Add()
Visual Basic
Public Function Add As Appointment

Return Value

The Appointment object.

See Also