divyang4481 / ncron

Automatically exported from code.google.com/p/ncron
Apache License 2.0
0 stars 0 forks source link

Let NCrontab do the parsing and scheduling computations #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NCrontab[1] is a library written in C# 3.0 that provides the following 
facilities:

 * Parsing of crontab expressions 
 * Formatting of crontab expressions 
 * Calculation of occurrences of time based on a crontab schedule

NCron does parsing and calculation of occurrences as well. There is no 
reason for the two projects to overlap, and it should be easy to change 
NCron to use NCrontab in the relevant places.

[1] http://code.google.com/p/ncrontab/

Original issue reported on code.google.com by jsr%mala...@gtempaccount.com on 6 Jan 2010 at 2:18

GoogleCodeExporter commented 9 years ago

Original comment by jsr%mala...@gtempaccount.com on 7 Jan 2010 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by jsr%mala...@gtempaccount.com on 15 Jan 2010 at 4:35