ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / RemoveAnnuallyBoldedDate Method
The date to remove from the date list.

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

    Parameters

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