I am running Quartz.NET as a service and I add my jobs directly in the quartz-jobs.xml
file. So in order to add and delete jobs and triggers I deal with Xml
and not the normal functions.
I would like to know how can we get the next fire time of a trigger just by looking at its cron expression?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
You can get the next fire time from given cron expression: