← effectCron13Constructors3Models2Guards2Getters2Sequencing1Instances1Predicates2ConstructorsmakeconstCreates a Cron instance from time constraints.parseconstParses a cron expression safely into a Cron instance, returning a Result instead of throwing.parseUnsafeconstParses a cron expression into a Cron instance, throwing on failure.ModelsCroninterfaceRepresents a cron schedule with time constraints and timezone information.CronParseErrorclassRepresents an error that occurs when parsing a cron expression fails.GuardsisCronconstChecks whether a given value is a Cron instance.isCronParseErrorconstChecks whether a given value is a CronParseError instance.GettersnextconstReturns the next scheduled date/time for the given Cron instance.prevconstReturns the previous scheduled date/time for the given Cron instance.SequencingsequenceconstReturns an infinite iterator that yields dates matching the Cron schedule.InstancesEquivalenceconstEquivalence instance for comparing the field restrictions of two Cron schedules.PredicatesequalsconstChecks whether two Cron instances have the same field restrictions.matchconstReturns true when a date/time matches a Cron schedule.