Data.DBXCommon.TDBXValue.GetAsDate
Delphi
function GetAsDate: TDBXDate; virtual;
C++
virtual TDBXDate __fastcall GetAsDate();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DBXCommon.pas Data.DBXCommon.hpp | Data.DBXCommon | TDBXValue | 
Description
Get TDBXDate representation of value.
GetAsDate returns a TDBXDate representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.