Parses a string into a CronSecondsValue.
CronSecondsValue
parseStringSecondsValue("10"); // 10parseStringSecondsValue("61"); // undefined
A CronSecondsValue or undefined if invalid.
undefined
Parses a string into a
CronSecondsValue
.Example
Returns
A
CronSecondsValue
orundefined
if invalid.