[#BloombergLP-bdlt-operator_inc-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator++ :relfileprefix: ../../ :mrdocs: Advance `date` by one day and return its previous value. == Synopsis Declared in `<bdlt_date.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date.adoc[bdlt::Date] operator++( xref:BloombergLP/bdlt/Date.adoc[Date]& date, int unused); ---- == Description Set the specified `date` object to have the value that is one day later than its current value, and return the value of `date` on entry. The behavior is undefined if the value of `date` on entry is `9999/12/31`. == Return Value previous value of `date` == Parameters [cols="1,4"] |=== | Name| Description | *date* | date to advance | *unused* | unused argument distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#