atifaziz / NCrontab

Crontab for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test value for mathing

zorgoz opened this issue · comments

Is there any possibility to test a specific DateTime value against a specific CrontabSchedule instance?
For my use-case the next occurrence is not helpful. If there were any "previous" already, I could work with that. But until then I have to deal with testing instead.
Thank you.