ComponentOne MultiSelect for WinForms
RemoveBoldedDate Method

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

Parameters

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

Reference

DateEditMonthCalendar Class
DateEditMonthCalendar Members