I am trying to create recurring job in hangfire that runs, once a month at the second Monday, something like this:
1. Monday, May 14, 2018 8:00 AM
2. Monday, June 11, 2018 8:0 AM
3. Monday, July 9, 2018 8:00 AM
4. Monday, August 13, 2018 8:00 AM
5. Monday, September 10, 2018 8:00 AM
我发现。 但是,由于这不是安排hang工的标准条件,我无法使用。
My question is can I make an expression like this using the format
* * * * * (min hour day/month month day/week)