Data.DB.TSQLTimeStampOffsetField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TSQLTimeStampFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSQLTimeStampOffsetField

Delphi

TSQLTimeStampOffsetField = class(TSQLTimeStampField)

C++

class PASCALIMPLEMENTATION TSQLTimeStampOffsetField : public TSQLTimeStampField

Properties

Type Visibility Source Unit Parent
class public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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