Provides the value of the timestamp object as year, month, day, hour, minute, second, and microsecond.
procedure DecodeDateTime(var Year: integer; var Month: integer; var Day: integer; var Hour: integer; var Minute: integer; var Second: integer; var Microsecond: integer);
Call the DecodeDateTime method to get the value of the timestamp object as year, month, day, hour, minute, second, and microsecond.