ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / AddBoldedDate Method
The date to be displayed in bold.

In This Topic
    AddBoldedDate Method (DateEditMonthCalendar)
    In This Topic
    Adds a day to be displayed in bold in the month calendar.
    Syntax
    'Declaration
     
    
    Public Sub AddBoldedDate( _
       ByVal date As Date _
    ) 
    public void AddBoldedDate( 
       DateTime date
    )

    Parameters

    date
    The date to be displayed in bold.
    See Also