Icon TEDBDayTimeIntervalType

Header File: edbcomps

enum TEDBDayTimeIntervalType { dtUnknown, dtDay, dtHour,
      dtMinute, dtSecond, dtMSecond, dtDayHour, dtDayMinute,
      dtDaySecond, dtDayMSecond, dtHourMinute, dtHourSecond,
      dtHourMSecond, dtMinuteSecond, dtMinuteMSecond, dtSecondMSecond
      }

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

ElementDescription
dtDayIndicates that the value is a day interval.
dtDayHourIndicates that the value is a day-hour interval.
dtDayMinuteIndicates that the value is a day-minute interval.
dtDayMSecondIndicates that the value is a day-millisecond interval.
dtDaySecondIndicates that the value is a day-second interval.
dtHourIndicates that the value is an hour interval.
dtHourMinuteIndicates that the value is an hour-minute interval.
dtHourMSecondIndicates that the value is an hour-millisecond interval.
dtHourSecondIndicates that the value is an hour-second interval.
dtMinuteIndicates that the value is a minute interval.
dtMinuteMSecondIndicates that the value is a minute-millisecond interval.
dtMinuteSecondIndicates that the value is a minute-second interval.
dtMSecondIndicates that the value is a millisecond interval.
dtSecondIndicates that the value is a second interval.
dtSecondMSecondIndicates that the value is a second-millisecond interval.
dtUnknownIndicates that the value's interval type is unknown.
Image