Is it possible using the Quartz .NET assembly to generate a cron expression? I saw that the CronScheduleBuilder class has a private member cronExpression which is essentially what I am looking for. Is there any other way to get the cron expression itself?
Is it possible using the Quartz .NET assembly to generate a cron expression? I
Share
Possible using
ICronTrigger.CronExpressionString