(ODBC Manager Library)
Description: Provides a format conversion of a time value, from that used by the indicated database, to that used by VTS
Returns: The time value, converted to the standard VTS format
Format: \ODBCManager\ConvertToVTSTime( dbType, ValueIn)
Parameters: dbType { numeric } { required } { no default:}
Indicates the database type for use in selecting the appropriate time format. . Refer to Database Type Codes used in the ODBC Manager for a list of the flags.
ValueIn { text } { required } { no default:}
Time value as used by the indicated database.
Comments: This module is a member of the ODBCManager Library, and must therefore be prefaced by \ODBCManager\, as shown in "Format" above.