I am using Quartz.Net to schedule my jobs in my application. I was just wondering if a CRON expression for the following scenario can be built:
Every
Regarding cron seconds support, there appears to be some difference in the syntax used between the UNIX cron tool and CRON Expression Wikipedia articles. According to the Quartz CRON Documentation however, seconds is supported.
Given the above, I would create three CRON Triggers to handle:
Which would translate to (I believe):
* 15/1 2 * * ?* * 3-5 * * ?* 0-20 5 * * ?