dxDecMonth(Word,Word) Method
Decreases the specified date by one month.
Declaration
procedure dxDecMonth(var AYear: Word; var AMonth: Word);
Parameters
Name | Type |
---|---|
AYear | Word |
AMonth | Word |
Remarks
Use the dxDecMonth procedure to decrease the date passed as the AMonth and AYear parameters by one month.
See Also