IAngularUICalendarSetView Method (Int32) |
Switches the calendar to the specified view.
Namespace:
SmartBear.TestLeft.TestObjects.Web.Angular
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SetView(
int viewIndex
)
Sub SetView (
viewIndex As Integer
)
Dim instance As IAngularUICalendar
Dim viewIndex As Integer
instance.SetView(viewIndex)
void SetView(
int viewIndex
)
Parameters
- viewIndex
- Type: SystemInt32
The zero-based index of the view.
Exceptions See Also