Data.DB.TSQLTimeStampOffsetField

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