https://github.com/soenneker/soenneker.utils.cronexpressions
A comprehensive utility class that provides intuitive, validated, and fluent methods for generating dynamic and human-readable cron expressions for scheduling tasks.
https://github.com/soenneker/soenneker.utils.cronexpressions
constants cron cronexpressions cronexpressionsutil csharp dotnet expressions time util utils
Last synced: about 1 month ago
JSON representation
A comprehensive utility class that provides intuitive, validated, and fluent methods for generating dynamic and human-readable cron expressions for scheduling tasks.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.cronexpressions
- Owner: soenneker
- License: mit
- Created: 2025-03-23T16:59:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-21T22:54:56.000Z (about 1 month ago)
- Last Synced: 2026-04-22T00:37:03.472Z (about 1 month ago)
- Topics: constants, cron, cronexpressions, cronexpressionsutil, csharp, dotnet, expressions, time, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 639 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.utils.cronexpressions/)
[](https://github.com/soenneker/soenneker.utils.cronexpressions/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.cronexpressions/)
[](https://github.com/soenneker/soenneker.utils.cronexpressions/actions/workflows/codeql.yml)
#  Soenneker.Utils.CronExpressions
### A comprehensive utility class that provides intuitive, validated, and fluent methods for generating dynamic and human-readable cron expressions for scheduling tasks.
## Installation
```
dotnet add package Soenneker.Utils.CronExpressions
```