Internet Direct (Indy) Version 9.0.1 Beta
TIdDateTimeStamp.AddTDateTime
Adds a native Delphi date/time to the timestamp.

procedure AddTDateTime(ADateTime: TDateTime);
Parameters
ADateTime: TDateTime
Number of days, hours, and seconds to be added in native Delphi format.

Description
AddTDateTime is a procedure that adds the date/time pair specified in ADateTime to the timestamp. ADateTime is converted to a TTimeStamp and it's component parts are added. Milliseconds, Seconds, Day and Year are adjusted accordingly.