IsValidTime
Validates a time structure.
Syntax
-
IsValidTime(t)
-
t
is aTime
structure
-
Description
If t
is a Time
structure, then IsValidTime(t)
returns true
if t
represents a valid time and false
otherwise.
Examples
IsValidTime(time(14, 20, 00))
true
IsValidTime(time(14, 20, 65))
false