i all,
I am trying to make a service run at 9am every day - is there any way other than manually starting at 9 and setting interval to 1440 minutes?
Many thanks in advance
Best regards
Dmitri
Hi DImitri,
You can also add a CRON expression (http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger)
In you case it should be: 0 0 9 1/1 * ? *
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.