Data.DBXCommon.TDBXTime

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TDBXTime  = type TInt32;

C++

typedef int TDBXTime;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon


Beschreibung

Typ für TDBXDataTypes.TimeType. Wird im Allgemeinen als Zeitanteil eines TTimeStamp verwendet, der als die Anzahl der Millisekunden seit Mitternacht definiert ist.

Siehe auch