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