I'm using Quartz.net to set up a scheduler that send out email everyday at 15.59 o'clock. And this what I used:
0 59 15 * * ?
but it never fired.
To find out whether my database consists data that will fire the scheduler, I used
0 0/1 * * * ?
that will fire every minute, and it works just fine.
Is there anything wrong with my cron for daily job?