RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlTimSt.CheckSqlTimeStamp Function

Checks whether a TSQLTimeStamp value represents a valid date and time.

Pascal
procedure CheckSqlTimeStamp(const ASQLTimeStamp: TSQLTimeStamp);
C++
CheckSqlTimeStamp(const TSQLTimeStamp ASQLTimeStamp);

SqlTimSt

CheckSqlTimeStamp checks that the specified TSQLTimeStamp value represents a valid date and time. If the fields of the ASQLTimeStamp parameter are out of the valid range, CheckSqlTimeStamp raises an EConversionError exception. 

 

EConvertError

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!