How to get planned execution datetime inside a recurring job?

I have a recurring job and I need to get the scheduled fire time inside the job. Note that I do not need the real execution time, but rather the expected one. Let’s say that I create a recurring job for every Monday at 10:00 am, I’d like to obtain inside the job a DateTime representing the current Monday at 10 am. Am I missing some PerformContext property?

Related SO question: https://stackoverflow.com/questions/64748465/how-to-get-planned-execution-datetime-inside-a-hangfire-recurring-job