Subtracts the specified number of months from the Indy timestamp.
procedure SubtractMonths(ANumber: Cardinal);
Parameters
ANumber: Cardinal
Number of months to subtract from the Indy timestamp.
Description
SubtractMonths is a procedure used to subtract the number of months specified in ANumber from the Indy timestamp. SubtractMonths will adjust Year accordingly.