Data.DBXCommon.TDBXTimeStampValue

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXTimeStampValue = class(TDBXWritableValue)
C++
class PASCALIMPLEMENTATION TDBXTimeStampValue : public TDBXWritableValue
Description
Implementation of writable timestamp values.
TDBXTimeStampValue is an implementation of TDBXWritableValue for TDBXDataTypes.TimeStampType values.
Tip: When transmitting a TDateTime parameter over DataSnap between a client and a server, there is no UTC conversion between different time zones. If you want to transmit the local time, then you need to add additional parameters to represent the time zone explicitly.