Data.DB.TSQLTimeStampOffsetField.GetAsDateTime
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp | |
| Unit: Data.DB | |
| Parent: TSQLTimeStampOffsetField | |
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.