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