Schedule for the fifth instance of a week date
You can select a date that computes to the fifth instance of a weekday for a date near the end of a month for a repeating monthly schedule,
About this task
Three options are available for handling months that do not have a matching Fifth
instance of the selected day.
- Last: Selects the last instance of the weekday in the month.
- Next: Selects the first instance of the weekday in the next month.
- Strict: Skips any month without a matching Fifth instance and selects only months that have a matching Fifth instance.
Use the glide.schedules.fifth system property to control how a
schedule entry that selects the fifth occurrence of a weekday behaves in months
containing only four occurrences of that day.
- Use of this property is only valid when the glide.schedules.repeat_nth property is set to Day.
- The following example illustrates computing what day of the month a schedule repeats on when the schedule starts on the Fifth instance of a weekday in the month.