Internet Direct (Indy) Version 9.0.2 Beta
TIdDateTimeStamp.SubtractTIdDateTimeStamp
Subtracts an Indy timestamp value from the current Indy timestamp.

procedure SubtractTIdDateTimeStamp(AIdDateTime: TIdDateTimeStamp);
Parameters
AIdDateTime: TIdDateTimeStamp
The Indy timestamp value to subtract from the current Indy timestamp.

Description
SubtractTIdDateTimeStamp is a procedure used to subtract the Indy timestamp specified in AIdDateTime from the current Indy timestamp. SubtractTIdDateTimeStamp will adjust Milliseconds, Seconds, Day, and Year accordingly.