Data.SqlTimSt.PSQLTimeStampOffset

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

PSQLTimeStampOffset = ^TSQLTimeStampOffset;

C++

typedef TSQLTimeStampOffset *PSQLTimeStampOffset;

Description

Is a pointer to a TSQLTimeStampOffset value.

PSQLTimeStampOffset is a pointer type for TSQLTimeStampOffset. TSQLTimeStampOffset represents time and date values with a high degree of accuracy, relative to the Coordinated Universal Time (UTC).

See Also