Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

IS_TIME( cTime_str )

Purpose

Verify if a string is a valid time (24 hour clock).

Arguments

     cTime_str -- time string to check

Setup

None.

Example

     ? IS_TIME( "42:00:02" )      && Returns .F.
     ? IS_TIME( "22:22:22" )      && Returns .T.

Returns

.T. if cTime_str is a valid time, else .F.

Side Effects

None.

Artful Calls

None.

Source File

ARTFUL.CH

Notes

A valid time string is one adhering to the format: "hh:mm:ss"

This is implemented as a pseudo-function via #define.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson