Data.DB.TSQLTimeStampOffsetField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TSQLTimeStampFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSQLTimeStampOffsetField
[–] Properties
Type: class
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TSQLTimeStampOffsetField = class(TSQLTimeStampField)

C++

class PASCALIMPLEMENTATION TSQLTimeStampOffsetField : public TSQLTimeStampField

Description

TSQLTimeStampOffsetField represents a date-time value with a high degree of accuracy field in a dataset.

TSQLTimeStampOffsetField encapsulates the fundamental behavior common to date-time values with a high degree of accuracy fields. Use them when you have to specify a date-time value relative to the Coordinated Universal Time (UTC).

See Also

Code Examples