Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointmentsCollection Class / Remove Method / Remove(DateTime) Method

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

    Parameters

    key
    See Also