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

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Return Value

The Appointment object.

See Also