schedule job with specific user defined time

Is there any way to schedule a daily background job in Hangfire with a specific time?

For example, I want to run the background job for a specific time 10.00,13.00,17.00,1.00.

Is there any way to do this?

I am using https://github.com/icsharp/Hangfire.RecurringJobExtensions for that.