Icon SubtractDayTimeFromDateTime Method

System::TDateTime __fastcall
      SubtractDayTimeFromDateTime(System::TDateTime Value, __int64
      DayTimeInterval, TEDBDayTimeIntervalType DayTimeIntervalType)

Call the SubtractDayTimeFromDateTime method to subtract a day-time interval from a date-time value and return the new date-time value.

Information In ElevateDB, day-time intervals are Int64 values that represent the number of milliseconds that have elapsed between two points in time. Use the TEDBEngine DayTimeIntervalToSQLStr method to convert a day-time interval into a readable string.
Image