ComponentOne Input for WinForms
SetSelectionRange Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DateEditMonthCalendar Class : SetSelectionRange Method
The beginning date of the selection range.
The end date of the selection range.
Sets the selected dates in a month calendar control to the specified date range.
Syntax
'Declaration
 
Public Sub SetSelectionRange( _
   ByVal date1 As System.Date, _
   ByVal date2 As System.Date _
) 
public void SetSelectionRange( 
   System.DateTime date1,
   System.DateTime date2
)

Parameters

date1
The beginning date of the selection range.
date2
The end date of the selection range.
See Also

Reference

DateEditMonthCalendar Class
DateEditMonthCalendar Members