Data.DBXCommon.TDBXFormatter.StringToTimestamp
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXFormatter |
Delphi
procedure StringToTimestamp(StringValue: string; DBXTimestampValue: TDBXTimestampValue); virtual; abstract;
C++
virtual void __fastcall StringToTimestamp(System::UnicodeString StringValue, TDBXTimeStampValue* DBXTimestampValue) = 0 ;
Description
Convert String to TSQLTimeStamp.
StringToTimestamp converts a String to a TSQLTimeStamp.