Skip to main content

dxIncMonth(Word,Word) Method

Increases the specified date by one month.

Declaration

procedure dxIncMonth(var AYear: Word; var AMonth: Word);

Parameters

Name Type
AYear Word
AMonth Word

Remarks

Use the dxIncMonth procedure to increase the date passed as the AMonth and AYear parameters by one month.

See Also