Instance of a cron schedule - avoids re-parsing the string for each time you want to execute the schedule.
Cron schedule string e.g. 0,30 9-17 * * MON-FRI
0,30 9-17 * * MON-FRI
If the schedule string is not valid cron syntax.
Fetch the next time in the cron schedule
Option start point after which to find the next matching date.
The next date in the sequence or undefined if there are no more dates in the sequence.
Generated using TypeDoc
Instance of a cron schedule - avoids re-parsing the string for each time you want to execute the schedule.
Cron schedule string e.g.
0,30 9-17 * * MON-FRI
If the schedule string is not valid cron syntax.