ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / RemoveMonthlyBoldedDate Method
The date to remove from the date list.

In This Topic
    RemoveMonthlyBoldedDate Method (CalendarSettings)
    In This Topic
    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