ComponentOne MultiSelect for WinForms
RemoveMonthlyBoldedDate Method

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

Parameters

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

Reference

DateEditMonthCalendar Class
DateEditMonthCalendar Members