Access "Time" parameter from CreateContext from within my task

I know that I can get access to the PerformContext as a parameter into my execution method, but I am hoping to get the “Time” parameter associated to the CreateContext. It would be incredibly beneficial for me to know when the scheduled task was SUPPOSED to happen on a Misfire

Hangfire/src/Hangfire.Core/MisfireHandlingMode.cs at main · HangfireIO/Hangfire

Ok, after doing some experimentation, the “Time” parameter IS available for scheduled jobs.

performContext.GetJobParameter(“Time”);