FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.IntervalKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IntervalKind: TFDSQLTimeIntervalKind read GetIntervalKind;

C++

__property Firedac::Stan::Sqltimeint::TFDSQLTimeIntervalKind IntervalKind = {read=GetIntervalKind, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDSQLTimeIntervalField

Description

Returns the time interval kind. Use the IntervalKind property to read the time interval kind of this field. The property value can be itDay2Second or itYear2Month.

See Also