db12hour

Description

Determine whether the specified language uses 12-hour or 24-hour time.

Syntax

DBBOOL db12hour(dbproc, language)
 
DBPROCESS   *dbproc;
char                  *language;

Parameters

dbproc

A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and server.

language

The name of the language of interest.

Returns

TRUE” if language uses 12-hour time, “FALSE” otherwise.

Usage

See also

dbdateorder, dbdayname, dbmonthname, dbsetopt