Sign in Sign up
nuget

Nox.Cron

Converts an English phrase to a CRON expression. Example: var cron = "every 3rd day at 2:55 am from January to August".ToCronExpression(); Console.WriteLine(cron.ToString()); // Outputs: 55 2 */3 1-8 *

nuget View on Nuget

Activity

Latest release
2y ago
Total releases
20
Cadence
~daily
Last 12 months
0

Details

License
MIT
First release
Oct 24, 2022
Releases
Version Released
8.0.5 patch
8.0.3 patch
8.0.1 patch
7.0.1 patch
8.0.0 major
7.0.0 major
1.0.13 patch
1.0.12 patch
1.0.11 patch
1.0.10 patch
1.0.9 patch
1.0.8 patch
1.0.7 patch
1.0.6 patch
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial