I am quite new to quartz.net and cron expression and I have to create a quartz.net scheduler in the c# dotnet application which should execute on Monthly, Weekly and daily based on the values it is getting from the database.
Table which is having the scheduling details.
Id EffectiveDate StartTime Frequency
1 2012-04-22 20:55 Daily
2 2012-04-22 10:12 Weekly
3 2012-04-22 17:00 Daily
4 2012-04-23 02:15 Monthly
5 2012-04-26 18:30 Daily
6 2012-04-27 11:45 Weekly
Please help me to solve this problem.