Internet Direct (Indy) Version 9.0.2 Beta
TIdDateTimeStamp.SubtractMilliseconds
Subtracts the specified number of Milliseconds from the Indy timestamp.

procedure SubtractMilliseconds(ANumber: Cardinal);
Parameters
ANumber: Cardinal
Number of milliseconds to be subtracted from the Indy timestamp.

Description
SubtractMilliseconds is a procedure used to subtract the number of milliseconds specified in ANumber from the Indy timestamp. SubtractMilliseconds will adjust Milliseconds, Seconds, Day, and Year accordingly.