Icon AnsiStrToTime Method

function AnsiStrToTime(const Value: String): TDateTime

Usage

Use the AnsiStrToTime method to convert a string that contains an ANSI-formatted time value to an actual TDateTime value. All SQL and filter expressions in DBISAM require ANSI-formatted time values, which use the 'hh:mm:ss.zzz am/pm' format.
Image