ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / AddMonthlyBoldedDate Method
The date to be displayed in bold.

In This Topic
    AddMonthlyBoldedDate Method
    In This Topic
    Adds a day that is displayed in bold on a monthly basis in the month calendar.
    Syntax
    'Declaration
     
    Public Sub AddMonthlyBoldedDate( _
       ByVal date As Date _
    ) 
    public void AddMonthlyBoldedDate( 
       DateTime date
    )

    Parameters

    date
    The date to be displayed in bold.
    See Also