Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / AppointmentCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Creates the new Appointment object with default settings and adds it to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As Appointment
    public Appointment Add()

    Return Value

    The Appointment object.
    See Also