Previous |
Next |
This procedure is used to navigate to the next set of days in the calendar. Depending on what the calendar view is, this procedure will navigate 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;
Parameter
None.
Example
In this example, if you create a button called NEXT in the Calendar page and create a process that fires when the create button is clicked the following code will navigate the calendar.
APEX_UTIL.INCREMENT_CALENDAR