RecurringJob.AddOrUpdate(() => EmailUtil.SendEmails(), “50 13 30 11 *”);
I am using above crone for executing my SendEmail function.
I have run my application around 13:00 on 30/11/2017. so my function executes instantly instead of 13:50.
Can anyone suggest me where i am wrong?
yogi
December 1, 2017, 11:29am
2
akash.zinzuwadia:
50 13 30 11
It seems your expression is invalid try using below URL to generate CORN Express:
https://www.freeformatter.com/cron-expression-generator-quartz.html#
Hope this will help.
50 13 30 11 * is correct Expression.
It is not giving Invalidate expression.
Is there neceessary to add TimeZoneInfo?
yogi
December 4, 2017, 6:24am
4
No timezones info is not required