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.