Check if given is a string representing a CronMonthValueNumber.
CronMonthValueNumber
isStringMonthValueNumber("10"); // trueisStringMonthValueNumber("50"); // false
Returns true if is a string representing a CronMonthValueNumber, false otherwise.
true
false
Value to check.
Check if given is a string representing a
CronMonthValueNumber
.Example
Returns
Returns
true
if is a string representing aCronMonthValueNumber
,false
otherwise.