ConvertToVTSTimeStamp

(ODBC Manager Library)

Description:              Provides a format conversion of a time value from that used by the indicated database into a VTS timestamp format

Returns:                The time and date value, converted to a VTS timestamp

 Format:                    \ODBCManager\ConvertToVTSTime(  dbType,  ValueIn[,  FormatStr])

Parameters:          dbType                       { numeric }  { required }  { no default:}

                              Indicates the database type for use in selecting the appropriate separator string.

                             ValueIn        { text }  { required }  { no default:}

                             Time and date value as used by the indicated database.

                                    FormatStr.   { text }  { optional }  { no default:}

                             Provides a format to use. Please refer to the BuffRead function for a description of the formatting options

Comments:               This module is a member of the ODBCManager Library, and must therefore be prefaced by \ODBCManager\, as shown in "Format" above.

See Also:

BuffRead    |  ConvertToVTSDate