Sets hour, minute, second, and microsecond in the timestamp object.
procedure EncodeTime(Hour: integer; Minute: integer; Second: integer; Microsecond: integer);
Call the EncodeTime method to set hour, minute, second, and microsecond in the timestamp object.