ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / SetDate Method
The date to be selected.

In This Topic
    SetDate Method
    In This Topic
    Sets a date as the currently selected date.
    Syntax
    'Declaration
     
    Public Sub SetDate( _
       ByVal date As Date _
    ) 
    public void SetDate( 
       DateTime date
    )

    Parameters

    date
    The date to be selected.
    See Also