HangfireIO / Cronos

A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
MIT License
974 stars 114 forks source link

Any way to parse a cron expression and then access its values? #65

Open SoftCircuits opened 6 months ago

SoftCircuits commented 6 months ago

Is there any way to use Cronos to parse a cron expression and then expose it's schedule values?

I'm trying to write a UI for setting/updating a schedule. So I need to be able to convert between cron expressions and the values for each schedule control. It looks like the only thing this library supports is telling you when the next schedule is, but doesn't seem to expose the internal settings.