Data.DBXCommon.TDBXValue.GetDate
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp | |
| Unit: Data.DBXCommon | |
| Parent: TDBXValue | |
Delphi
function GetDate: TDBXDate; virtual;
C++
virtual TDBXDate __fastcall GetDate();
Description
Gets the date value for date data types.
Gets the date value for TDBXValue instances with a data type of DateType. Throws a TDBXError exception if IsNull is true.