ctdbTimeCheck
Check if the given time is valid.
Declaration
CTDBRET ctdbTimeCheck(NINT hour, NINT minute, NINT second)
Description
ctdbTimeCheck() checks to see if the given time is valid. To check if the date is valid, use ctdbDateCheck().
Returns
ctdbTimeCheck() returns CTDBRET_OK on success, or c-treeDB API C API error code on failure.
The possible errors associated with ctdbTimeCheck() are:
See also
ctdbDateCheck()