Click or drag to resize

IAngularUICalendarMoveToDate Method

Moves the calendar to the specified date.

Namespace:  SmartBear.TestLeft.TestObjects.Web.Angular
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void MoveToDate(
	DateTime date
)

Parameters

date
Type: SystemDateTime
The date that will be displayed.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also