Quartz.Net CronExpression Builder

后端 未结 3 1310
北海茫月
北海茫月 2021-02-06 04:38

I have some GUI controls forming a typical windows scheduler (Date\\Time pickers, check boxes, etc) that I would like to build a CronExpression string from.

Does anyone

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-06 04:47

    I used this jQuery plug-in with asp.net and Quartz.Net to schedule the cron jobs: http://shawnchin.github.com/jquery-cron/

    This was a good alternative too: http://www.geekytidbits.com/cron-expression-descriptor-demo/Default.aspx

提交回复
热议问题