Generate a sequence of the next times for the given cron schedule
If the schedule string is not valid cron syntax.
Cron schedule string e.g. 0,30 9-17 * * MON-FRI
0,30 9-17 * * MON-FRI
Option start point after which to find the next matching dates.
A generator of subsequent dates.
Generated using TypeDoc
Generate a sequence of the next times for the given cron schedule
If the schedule string is not valid cron syntax.