Internet Direct (Indy)
Home
PreviousUpNext
TIdDateTimeStamp.AddTDateTime Method

Adds a native Delphi date/time to the timestamp.

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

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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.