IWinMonthCalendarSetSelection Method (DateTime) |
Sets a range from the first date to wMaxDate as the selected block in the month calendar control.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SetSelection(
DateTime first
)
Sub SetSelection (
first As DateTime
)
Dim instance As IWinMonthCalendar
Dim first As DateTime
instance.SetSelection(first)
void SetSelection(
DateTime first
)
Parameters
- first
- Type: SystemDateTime
Specifies the first date of the range to be selected.
Exceptions See Also