Check if given is a string representing a CronHoursValue.
CronHoursValue
isStringHoursValue("12"); // trueisStringHoursValue("50"); // false
Returns true if is a string representing a CronHoursValue, false otherwise.
true
false
Value to check.
Check if given is a string representing a
CronHoursValue
.Example
Returns
Returns
true
if is a string representing aCronHoursValue
,false
otherwise.