Record
-
task
:
AppointmentData
The CRON expression required for scheduling an appointment.
Fields
- seconds string?
-
Second(s) in a given minute in which the appointment will run
- minutes string?
-
Minute(s) in a given hour in which the appointment will run
- hours string?
-
Hour(s) in a given day in which the appointment will run
- daysOfMonth string?
-
Day(s) of the month in which the appointment will run
- months string?
-
Month(s) in a given year in which the appointment will run
- daysOfWeek string?
-
Day(s) of a week in which the appointment will run
- year string?
-
Year(s) in which the appointment will run