FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.IntervalKind
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDSQLTimeIntervalField | |
Delphi
property IntervalKind: TFDSQLTimeIntervalKind read GetIntervalKind;
C++
__property Firedac::Stan::Sqltimeint::TFDSQLTimeIntervalKind IntervalKind = {read=GetIntervalKind, nodefault};
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.