Library API
⬅ Back to Guides
Preparing search index...
common.index
CronSchedule
Interface CronSchedule
Represents a fully parsed cron schedule with all five time fields.
interface
CronSchedule
{
daysOfMonth
:
CronField
;
daysOfWeek
:
CronField
;
hours
:
CronField
;
minutes
:
CronField
;
months
:
CronField
;
}
Index
Properties
days
Of
Month
days
Of
Week
hours
minutes
months
Properties
days
Of
Month
daysOfMonth
:
CronField
days
Of
Week
daysOfWeek
:
CronField
hours
hours
:
CronField
minutes
minutes
:
CronField
months
months
:
CronField
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
days
Of
Month
days
Of
Week
hours
minutes
months
⬅ Back to Guides
Library API
Loading...
Represents a fully parsed cron schedule with all five time fields.