SAP Calendar Selection
Command Description
Select a date from the calendar, the target must be the SAP calendar component
Command Prototype
SAP.SelectDatesInCalendar(objUiElement, calendarDict)
Command parameter
parameter | required | type | Default value | describe |
---|---|---|---|---|
objUiElement | True | decorator | @ ui"" | Element feature string |
calendarDict | True | dictionary | {} | Set the date for the specified calendar component, supporting three modes: date, week, and range |
Return result
Run instance
/*********************************SAP 日历选择************************************
命令原型:
SAP.SelectDatesInCalendar(objUiElement, calendarDict)
入参:
objUiElement--目标.注:元素特征字符串
calendarDict--设置日期.注:对指定的日历组件设置日期,支持日期,周,范围3种模式
出参:
无
注意事项:
无
********************************************************************************/
SAP.SelectDatesInCalendar(@ui"", {})