I have the following Cron expression i use with Quartz.net:
0/5 * * ? * MON-FRI
Basically, every 5 seconds, Mondays – Fridays.
How can I modify this so it only runs between 7am and 8pm on those days?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This entry would be for every five minutes between 7:00 and 7:55 on Mon to Fri:
as user
whorunning/usr/bin/what. To my knowledge, the smallest unit thatcroncan be configured with is a minute.But you could start something at 7:00am on Mon to Fri which then itself would
which is not that hard to put together.