Click or drag to resize

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
)

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
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also