The number to check.
A boolean indicating whether the number is a valid second value.
This function checks if the given number is an integer between 0 and 59 (inclusive).
isValidSeconds(30); // returns true
isValidSeconds(60); // returns false
isValidSeconds(30.5); // returns false
Generated using TypeDoc
Checks if the given number is a valid second value.