Topic Path: Symbol Reference > Classes > TIdDateTimeStamp Class > TIdDateTimeStamp Methods > AddTDateTime Method
ContentsIndexHome
PreviousUpNext
TIdDateTimeStamp.AddTDateTime Method

Adds a native Delphi date/time to the timestamp.

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.