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

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

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