Runs Monday through Friday at 09:00.
At 09:00, Monday through Friday
0 9 * * 1-5
0 9 * * 1-5The range 1-5 covers Monday to Friday. This is the schedule for business-hours reports and reminders that should stay quiet over the weekend.
| Field | Value | Meaning |
|---|---|---|
| Minute | 0 | At minute 0 |
| Hour | 9 | At hour 9 |
| Day of month | * | Every day of the month |
| Month | * | Every month |
| Day of week | 1-5 | On Monday, Tuesday, Wednesday, Thursday, Friday |
The same breakdown for the schedules people reach for most.
* * * * *Every Minute*/5 * * * *Every 5 Minutes*/10 * * * *Every 10 Minutes*/15 * * * *Every 15 Minutes*/30 * * * *Every 30 Minutes0 * * * *Every Hour0 */2 * * *Every 2 Hours0 */6 * * *Every 6 Hours0 0 * * *Every Day at Midnight0 9 * * *Every Day at 9 AM0 9 * * 1Every Monday at 9 AM0 0 * * 0Every Sunday at Midnight0 0 1 * *First Day of the Month0 0,12 * * *Twice a DayFrom the maker of MakeUUID