Repeat a monthly schedule
Repeat a monthly schedule to reduce the amount of time required to define schedules and to provide consistency in scheduling.
Before you begin
About this task
- Day: Calculates the day of the week to repeat on by determining the order of the selected starting date within the month. For example, if you specified that the starting date appears on the first Monday in the month, the schedule repeats every first Monday of every month.
- Week: Calculates the day of the month to repeat on by determining what week number the selected starting date appears in the month. For example, if the starting date is a Monday during the second week of the month, the schedule repeats the second Monday of every month.
Use the system property glide.schedules.repeat_nth to
determine what method your instance uses to compute what day a repeating monthly
schedule occurs on. By default, instances use the more accurate Day method.
Note:
Use the Week method to maintain backwards
compatibility with customized schedule logic. To learn more about calculations
for the starting day of each month, for monthly schedules that start on the
fifth instance of a day, see Fifth Instance of a Day of the Week.
The following example illustrates computing what day of the week a monthly schedule repeats on.