Check if given is CronSecondsValue.
CronSecondsValue
isCronSecondsValue(30); // trueisCronSecondsValue(80); // false
Returns true if is CronSecondsValue, false otherwise.
true
false
Value to check.
Check if given is
CronSecondsValue
.Example
Returns
Returns
true
if isCronSecondsValue
,false
otherwise.