ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / AppointmentCollection Class / Remove Method / Remove(Appointment) Method

In This Topic
    Remove(Appointment) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal item As Appointment _
    ) As System.Boolean
    public System.bool Remove( 
       Appointment item
    )

    Parameters

    item
    See Also