I am using Quartz.Net and I am trying to come up with a CRON expression for:
Every 2 minutes between 06:00 and 21:30.
Is there such an expression?
|
I am using Quartz.Net and I am trying to come up with a CRON expression for: Every 2 minutes between 06:00 and 21:30. Is there such an expression? |
||||
|
|
|
this may help http://quartznet.sourceforge.net/tutorial/lesson_6.html,with this they are using frames:s, so go to Quartz.Impl.Triggers and then and then CronTriggerImpl there is a description of the possibilities From what I understand from it it will be something like this |
|||||
|
|
I believe you'll need two commands. Try:
and
|
|||
|
|