Data.DBXCommon.TDBXWritableValue.SetAsTime
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
procedure SetAsTime(const Value: TDBXTime); virtual;
C++
virtual void __fastcall SetAsTime(const TDBXTime Value);
Description
Set value as TDBXTime representation.
SetAsTime sets a value as a TDBXTime representation. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.