Data.SqlTimSt.PSQLTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

PSQLTimeStamp = ^TSQLTimeStamp;

C++

typedef TSQLTimeStamp *PSQLTimeStamp;

Description

PSQLTimeStamp is a pointer to a TSQLTimeStamp value.

PSQLTimeStamp is a pointer type for TSQLTimeStamp. TSQLTimeStamp represents time and date values with a high degree of accuracy.

See Also