I'm writing webjob to automate sending email every month , whose day will be fixed by a setting. How to set scheduleExpression of TimerTrigger("0 0 0 */6 * *", RunOnStartup = true) programmatically?
This 6th of every month in above scheduleExpression will be variable, set using a setting. How to set it programmatically?