Data.DB.TSQLTimeStampOffsetField
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
- TSQLTimeStampOffset
- TSQLTimeStampField
- TTimeField
- TDateField
- TDateTimeField
- TDataSet
- Using Default Formatting for Numeric, Date, and Time Fields
- Controlling and Masking User Input