Icon TEDBYearMonthIntervalType

Header File: edbcomps

enum TEDBYearMonthIntervalType { ymUnknown, ymYear, ymMonth,
      ymYearMonth }

This type indicates the type of day-time interval to use with the TEDBEngine YearMonthIntervalToSQLStr and SQLStrToYearMonthInterval methods. Please see the Interval Types topic for more information.

ElementDescription
ymMonthIndicates that the value is a month interval.
ymUnknownIndicates that the value's interval type is unknown.
ymYearIndicates that the value is a year interval.
ymYearMonthIndicates that the value is a year-month interval.
Image