Skip to content

@jakguru/vueprint / @jakguru/vueprint/libs/milicron / CronTabObject

Interface: CronTabObject

@jakguru/vueprint/libs/milicron.CronTabObject

An interface representing the parsed cron expression as sets of allowed values. CronTabObject

Properties

dayOfMonthly

dayOfMonthly: Set<number>

A set of allowed days of the month.

Defined in

src/libs/milicron.ts:61


dayOfWeekly

dayOfWeekly: Set<number>

A set of allowed days of the week.

Defined in

src/libs/milicron.ts:63


hourly

hourly: Set<number>

A set of allowed hours.

Defined in

src/libs/milicron.ts:60


millisecondly

millisecondly: Set<number>

A set of allowed milliseconds.

Defined in

src/libs/milicron.ts:57


minutely

minutely: Set<number>

A set of allowed minutes.

Defined in

src/libs/milicron.ts:59


monthly

monthly: Set<number>

A set of allowed months.

Defined in

src/libs/milicron.ts:62


secondly

secondly: Set<number>

A set of allowed seconds.

Defined in

src/libs/milicron.ts:58

Vueprint is a commercial work product released under the MIT License and is provided as-is with no warranty or guarantee of support.