Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class / Add Method / Add(Appointment) Method

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

    Parameters

    item

    Return Value

    The Appointment object.
    See Also