Data.SqlTimSt.PSQLTimeStampOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PSQLTimeStampOffset = ^TSQLTimeStampOffset;

C++

typedef TSQLTimeStampOffset *PSQLTimeStampOffset;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
Data.SqlTimSt.pas
Data.SqlTimSt.hpp
Data.SqlTimSt Data.SqlTimSt

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