dxChangeMonth(Word,Word,Integer) Method
Changes the date by a specified number of months.
Declaration
procedure dxChangeMonth(var AYear: Word; var AMonth: Word; Delta: Integer);
Parameters
Name | Type |
---|---|
AYear | Word |
AMonth | Word |
Delta | Integer |
Remarks
The AYear and AMonth parameters identify the date to be changed by a specified number of months. The Delta parameter can be either a positive or a negative value.
See Also