Data.DBXCommon.TDBXTime

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXTime  = type TInt32;

C++

typedef int TDBXTime;

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