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);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!