Provides the value of interval as years, months, days, hours, minutes, seconds, and microseconds.
procedure DecodeInterval(var Years: integer; var Months: integer; var Days: integer; var Hours: integer; var Minutes: integer; var Seconds: integer; var Microseconds: integer);
Call the DecodeInterval method to get the value of interval as years, months, days, hours, minutes, seconds, and microseconds.