nxtcron - v1.0.1
    Preparing search index...

    Variable prevConst

    prev: (expr: CronInput, options?: RunOptions) => Date[] = ...

    Calculate the previous scheduled execution time(s).

    Type Declaration

      • (expr: CronInput, options?: RunOptions): Date[]
      • Compute previous N execution times.

        Parameters

        • expr: CronInput

          Cron string or pre-parsed expression

        • options: RunOptions = {}

          Run options (timezone, before, after, count)

        Returns Date[]

        calc.prev( '0 9 * * MON', { count: 3 } );