MCPcopy
hub / github.com/node-cron/node-cron / NthWeekday

Interface NthWeekday

src/time/day-of-week.ts:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20export type DayOfWeekField = (number | string)[];
21
22export interface NthWeekday {
23 /** The weekday, 0-6 (Sunday = 0). */
24 weekday: number;
25 /** Which occurrence in the month, 1-5. */
26 nth: number;
27}
28
29/**
30 * Parses a `<weekday>L` token into its 0-6 weekday number (Sunday=0), or

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected