Provides hour, minute, second, and microsecond from the timestamp object.
procedure DecodeTime(var Hour: integer; var Minute: integer; var Second: integer; var Microsecond: integer);
Call the DecodeTime method to get hour, minute, second, and microsecond from the timestamp object.