In This Topic
Sets the selected dates in a month calendar control to the specified date range.
Syntax
'Declaration
Public Sub SetSelectionRange( _
ByVal As Date, _
ByVal As Date _
)
public void SetSelectionRange(
DateTime ,
DateTime
)
Parameters
- date1
- The beginning date of the selection range.
- date2
- The end date of the selection range.
See Also