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