Check if given is a string representing a CronSecondsValue.
CronSecondsValue
isStringSecondsValue("30"); // trueisStringSecondsValue("80"); // false
Returns true if is a string representing a CronSecondsValue, false otherwise.
true
false
Value to check.
Check if given is a string representing a
CronSecondsValue
.Example
Returns
Returns
true
if is a string representing aCronSecondsValue
,false
otherwise.