A cron expression is a string consisting of five or six fields separated by white space that describes a schedule. The fields are:
* * * * *
0 * * * *
0 0 * * *
*/15 * * * *
0 8-17 * * 1-5
0 0 1 1 *
0 0 L * *