DateTimeToSQLTime function
MySQL String routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function DateTimeToSQLTime(const Value: TDateTime): String;  

Description
Converts TDateTime value to SQL date format (HH:MM:SS).  

See also
SQLDateTimeToDateTime, DateTimeToSQLDateTime, DateTimeToSQLDate and DateTimeToSQLTime functions.