Back to Devexpress

dxDecMonth(Word,Word) Method

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

latest552 B
Original Source

dxDecMonth(Word,Word) Method

Decreases the specified date by one month.

Declaration

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

Parameters

NameType
AYearWord
AMonthWord

Remarks

Use the dxDecMonth procedure to decrease the date passed as the AMonth and AYear parameters by one month.

See Also

cxDateUtils Unit