These docs are for an old release.
Info on upgrading to v6
Methods
Methods provide ways to manipulate the calendar from JavaScript code. A method operates on a Calendar object that has already been initialized:
calendar.next();
This will call the next method and will force to the calendar to move to the next month/week/day.