Const
Calculate the next scheduled execution time(s).
Compute next N execution times.
Cron string or pre-parsed expression
Run options (timezone, before, after, count)
calc.next( '0 9 * * MON', { count: 3, timezone: 'UTC' } ); Copy
calc.next( '0 9 * * MON', { count: 3, timezone: 'UTC' } );
Calculate the next scheduled execution time(s).