Data.DB.TStringField.GetAsSQLTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TStringField

Delphi

function GetAsSQLTimeStamp: TSQLTimeStamp; override;

C++

virtual Data::Sqltimst::TSQLTimeStamp __fastcall GetAsSQLTimeStamp();

Description

Returns the value of the field as a TSQLTimeStamp.

GetAsSQLTimeStamp converts the field's value to the corresponding SQL timestamp and returns the obtained result. The StrToSQLTimeStamp function is used internally.

See Also