Parses a standard 5-field cron pattern into a structured CronSchedule object.
The cron pattern string (e.g., "0 12 * * 1-5")
A CronSchedule object with parsed fields
Error if the pattern is invalid or malformed
Parses a standard 5-field cron pattern into a structured CronSchedule object.