Parses a string into a CronMonthValue.
CronMonthValue
parseStringMonthValue("10"); // 10parseStringMonthValue("OCT"); // "OCT"parseStringMonthValue("oct"); // "OCT"parseStringMonthValue("24"); // undefinedparseStringMonthValue("IDK"); // undefined
A CronMonthValue or undefined if invalid.
undefined
Parses a string into a
CronMonthValue
.Example
Returns
A
CronMonthValue
orundefined
if invalid.