59.82 INCREMENT_CALENDAR Procedure (Deprecated)
Note:
This API is deprecated and will be removed in a future release.
Use this procedure to navigate to the next set of days in the calendar. Depending on what the calendar view is, this procedure navigates to the next month, week or day. If it is a Custom Calendar the total number of days between the start date and end date are navigated.
Syntax
APEX_UTIL.INCREMENT_CALENDAR;
Parameters
None.
Example
In this example, if you create a button called NEXT in the Calendar page and a process that fires when the create button is clicked, the following code navigates the calendar.
APEX_UTIL.INCREMENT_CALENDAR
Parent topic: APEX_UTIL