Back to Devexpress

dxIncMonth(Word,Word) Method

vcl-cxdateutils-dot-dxincmonth-x28-89fdad37-x29.md

latest552 B
Original Source

dxIncMonth(Word,Word) Method

Increases the specified date by one month.

Declaration

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

Parameters

NameType
AYearWord
AMonthWord

Remarks

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

See Also

cxDateUtils Unit