CRON


A CRON expression is a string comprising five or six fields separated by white space that represents a set of times, normally as a schedule to execute some routine.

I have written a CRON parser using T-SQL and you find it on https://github.com/sqlTopia/CRON-Expression-Parser