IAngularUICalendarSetView Method (String) |
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(
string viewName
)
Sub SetView (
viewName As String
)
Dim instance As IAngularUICalendar
Dim viewName As String
instance.SetView(viewName)
void SetView(
String^ viewName
)
Parameters
- viewName
- Type: SystemString
The view’s name.
Exceptions See Also