Waiting for engine...
Skip to main content

Schedule

A Schedule type.

type Schedule {
minutes: String
hours: String
daysOfWeek: String
daysOfMonth: String
months: String
years: String
}

Fields

Schedule.minutes ● String scalar miscellaneous

0 is the first minute of the hour — for example, 1:00 A.M. 59 is the last minute of the hour — for example, 1:59 A.M.

Schedule.hours ● String scalar miscellaneous

Uses a 24-hour clock. 0 is midnight and 12 is noon.

Schedule.daysOfWeek ● String scalar miscellaneous

1 is Sunday and 7 is Saturday.

Schedule.daysOfMonth ● String scalar miscellaneous

1 is the first day of the month and 31 is the last day of the month.

Schedule.months ● String scalar miscellaneous

1 is January and 12 is December. In most cases this is set to an asterisk.

Schedule.years ● String scalar miscellaneous

The standard year format. In most cases this is set to an asterisk [*].

Member Of

ProcessSchedules object ●  Retry object

On this Page