Simple .net Timer that is based on cron expressions with second accuracy to fire timer events to a very specific schedule.
Info
| Version: | 2.0.0 |
| Author(s): | ramonsmits |
| Last Update: | Thursday, December 29, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ramonsmits/CronTimer/tree/2.0.0 |
| NuGet Url: | https://www.nuget.org/packages/CronTimer |
Install
Install-Package CronTimer
dotnet add package CronTimer
paket add CronTimer
CronTimer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- TimeZoneConverter(>= 3.2.0 && < 4.0.0)
- ncrontab(>= 3.3.1 && < 4.0.0)
- TimeZoneConverter(>= 3.2.0 && < 4.0.0)
- ncrontab(>= 3.3.1 && < 4.0.0)
Tags