| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function SelectDate( _ ByVal dtDate As Date _ ) As Boolean | |
Parameters
- dtDate
- The Date to select in the control
Return Value
a boolean value indicating if the selection was successful or not.This method requires the SelectedMode property be set to Multiple to work correctly.