The cron expression for every Sunday at 09:00
0 9 * * 0
The day-of-week value 0 (or 7) is Sunday in standard cron. Quartz uses 1=Sunday — verify the dialect when copying expressions across schedulers.
See the dedicated guide for the full breakdown: Cron every week.
Paste it into the editor above to see the next runs on a calendar.