CronExpression
Defined in: src/mft/cron.ts:17
Compiled cron expression.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
dayOfMonth | CronField | Days of month 1-31. | src/mft/cron.ts:23 |
dayOfWeek | CronField | Days of week 0-6 (Sunday = 0). | src/mft/cron.ts:27 |
hasDomConstraint | boolean | Whether day-of-month was specified explicitly. | src/mft/cron.ts:29 |
hasDowConstraint | boolean | Whether day-of-week was specified explicitly. | src/mft/cron.ts:31 |
hour | CronField | Hours 0-23. | src/mft/cron.ts:21 |
minute | CronField | Minutes 0-59. | src/mft/cron.ts:19 |
month | CronField | Months 1-12. | src/mft/cron.ts:25 |