Click or drag to resize

IYUI2Calendar.SelectDate 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
)

Parameters

date
Type: System.DateTime
Specifies the desired date.
select (Optional)
Type: System.Boolean
Specifies whether the specified item should be selected (true) or unselected (false).
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also