IYUI2CalendarSelectDate Method |
Selects or unselects the specified date depending on the Select parameter (true by default). If the specified date is null, the method unselects all the selected dates.
Namespace:
SmartBear.TestLeft.TestObjects.Web.YUI2
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SelectDate(
DateTime date,
bool select = true
)
Sub SelectDate (
date As DateTime,
Optional select As Boolean = true
)
Dim instance As IYUI2Calendar
Dim date As DateTime
Dim select As Boolean
instance.SelectDate(date, select)
void SelectDate(
DateTime date,
bool select = true
)
Parameters
- date
- Type: SystemDateTime
Specifies the desired date. - select (Optional)
- Type: SystemBoolean
Specifies whether the specified item should be selected (true) or unselected (false).
Exceptions See Also