Data.DBXCommon.TDBXTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDBXTime  = type TInt32;

C++

typedef int TDBXTime;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

Description

Type for TDBXDataTypes.TimeType. Generally used as the Time portion of a TTimeStamp which is defined as the number of milliseconds since midnight.

See Also