Internet Direct (Indy) Version 9.0.1 Beta
TIdDateTimeStamp.SubtractSeconds
Subtracts the specified number of seconds from the Indy timestamp.

procedure SubtractSeconds(ANumber: Cardinal);
Parameters
ANumber: Cardinal
Number of seconds to subtract from the Indy timestamp.

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