xHarbour Reference Documentation > Function Reference |
Checks if a character string is a valid time string.
TimeValid( <cTime> ) --> lIsTimeString
The function returns .T. (true) if a character string in the format hh:mm:ss is passed. Otherwise .F. (false) is returned.
See also: | SetTime(), Time() |
Category: | CT:DateTime , Date and time |
Source: | ct\dattime3.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com