Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 222 Bytes

calendar.md

File metadata and controls

6 lines (5 loc) · 222 Bytes

The Calendar control supports the Grid, Scroll, Table, Value and Selection patterns.

  Calendar calendar = applicationWindow.getCalendar(Search.getBuilder(0).build());
  logger.info("Date is " + calendar.name());