Internet Direct (Indy)
Home
PreviousUpNext
TIdDateTimeStamp.SubtractTIdDateTimeStamp Method

Subtracts a native date/time value from an Indy timestamp.

Pascal
procedure SubtractTIdDateTimeStamp(
    AIdDateTime: TIdDateTimeStamp
);
Parameters 
Description 
AIdDateTime 
The date and time value to be subtracted from the Indy timestamp. 

SubtractTDateTime is a procedure used to subtract the TIdDateTime value specified in ADateTime from the Indy timestamp. SubtractTDateTime will adjust Milliseconds, Seconds, Day, and Year accordingly. SubtractTDateTime calls SubtractTTimeStamp to implement its operation.

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.