Quartz.Net CronExpression Builder
问题 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 know of a good way to build the expression string, either a pre-existing class or good approaches to tackle this problem? 回答1: Cron expressions in Quartz.Net are made up of 7 sub-expressions: 1. Seconds 2. Minutes 3. Hours 4. Day-of-Month 5. Month 6. Day-of-Week 7. Year (optional field) I usually use CronMaker to create my own