I'm stuck with Quartz.NET cron trigger. I was able to imlpement all my scenarios apart the one below.
- Every X weeks on Mon,Tue,Wed...
I managed to do this
0 31 15 ? * MON#2 *
which triggers every second Monday.
Would it work with 0 31 15 ? * MON#2,TUE#2,WED#2 *
??
I tried testing it on http://www.cronmaker.com however It only showed me Mondays as coming up dates. My only requirement is to keep it simple - ie. no more than one trigger.