ComponentOne Input for WinForms
RemoveDisabledDate Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DateEditMonthCalendar Class : RemoveDisabledDate Method
The date to remove from the date list.
Removes the specified date from the list of disabled dates.
Syntax
'Declaration
 
Public Sub RemoveDisabledDate( _
   ByVal date As System.Date _
) 
public void RemoveDisabledDate( 
   System.DateTime date
)

Parameters

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

Reference

DateEditMonthCalendar Class
DateEditMonthCalendar Members