Algosim documentation: IsValidTime

IsValidTime

Validates a time structure.

Syntax

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

See also