Check if given is a string representing a CronMinutesValue.
CronMinutesValue
isStringMinutesValue("30"); // trueisStringMinutesValue("80"); // false
Returns true if is a string representing a CronMinutesValue, false otherwise.
true
false
Value to check.
Check if given is a string representing a
CronMinutesValue
.Example
Returns
Returns
true
if is a string representing aCronMinutesValue
,false
otherwise.