Const
Convert a cron expression into a structured CronObject.
A standard 5-field cron string or special alias.
A CronObject containing the raw field values.
Error if the expression is malformed.
parser.toObject( '0 9 * * MON' ); Copy
parser.toObject( '0 9 * * MON' );
Convert a cron expression into a structured CronObject.