ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / RemoveDisabledDate Method
The date to remove from the date list.

In This Topic
    RemoveDisabledDate Method (DateEditMonthCalendar)
    In This Topic
    Removes the specified date from the list of disabled dates.
    Syntax
    'Declaration
     
    
    Public Sub RemoveDisabledDate( _
       ByVal date As Date _
    ) 
    public void RemoveDisabledDate( 
       DateTime date
    )

    Parameters

    date
    The date to remove from the date list.
    See Also