crontab v0.5.2 API Reference
Modules
This Library is built to parse & write cron expressions, test them against a given date and finde the next execution date
This Module is used to check a Crontab.CronInterval against a given date
Parse string like * * * * * *
to a %Crontab.CronInterval{}
Genrate from %Crontab.CronInterval{}
to * * * * * *
This is the Crontab.CronInterval module / struct
This module provides the functionality to retrieve the next run date or the
previous run date from a %Crontab.CronInterval{}