Skip to content

CronExpression

Defined in: src/mft/cron.ts:17

Compiled cron expression.

PropertyTypeDescriptionDefined in
dayOfMonthCronFieldDays of month 1-31.src/mft/cron.ts:23
dayOfWeekCronFieldDays of week 0-6 (Sunday = 0).src/mft/cron.ts:27
hasDomConstraintbooleanWhether day-of-month was specified explicitly.src/mft/cron.ts:29
hasDowConstraintbooleanWhether day-of-week was specified explicitly.src/mft/cron.ts:31
hourCronFieldHours 0-23.src/mft/cron.ts:21
minuteCronFieldMinutes 0-59.src/mft/cron.ts:19
monthCronFieldMonths 1-12.src/mft/cron.ts:25