The cron expression for every Tuesday at 09:00
0 9 * * 2
The day-of-week value 2 is Tuesday in standard cron. Name-alias form: 0 9 * * TUE.
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.