Check if given is a string representing a CronDayOfMonthValue.
CronDayOfMonthValue
isStringDayOfMonthValue("13"); // trueisStringDayOfMonthValue("50"); // false
Returns true if is a string representing a CronDayOfMonthValue, false otherwise.
true
false
Value to check.
Check if given is a string representing a
CronDayOfMonthValue
.Example
Returns
Returns
true
if is a string representing aCronDayOfMonthValue
,false
otherwise.