ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / SetDate Method
The date to be selected.

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