Data.DBXCommon.TDBXTimeStampValue.SetAsDate
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXTimeStampValue |
Delphi
procedure SetAsDate(const Value: TDBXDate); override;
C++
virtual void __fastcall SetAsDate(const TDBXDate Value);
Description
Set value as TDBXDate representation.
Data.DBXCommon.TDBXTimeStampValue.SetAsDate inherits from Data.DBXCommon.TDBXWritableValue.SetAsDate. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsDate.
Set value as TDBXDate representation.
SetAsDate sets value as a TDBXDate representation. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.