Data.DB.TSQLTimeStampField.GetAsDateTime
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TSQLTimeStampField |
Delphi
function GetAsDateTime: TDateTime; override;
C++
virtual System::TDateTime __fastcall GetAsDateTime();
Description
Returns the value of the field as a TDateTime.
The GetAsDateTime method is used to return the value of the field as a TDateTime.