How to schedule a task to run every friday at 2pm?

hi.
im working on a football manager system game that needs to run matches and seasons at a certain time.

for example, any player should play every day at 2 pm and be able to see the season results at weekends.

can I run such scheduling with hangfire or not?

Use the following:

0 14 * * FRI

Use this website it’s good for helping you create the cron expressions: