[#BloombergLP-bdlt-Date-operator_inc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Date.adoc[Date]::operator++ :relfileprefix: ../../../ :mrdocs: Advance this date by one day. == Synopsis Declared in `<bdlt_date.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date.adoc[Date]& operator++(); ---- == Description Set this object to have the value that is one day later than its current value, and return a reference providing modifiable access to this object. The behavior is undefined if the year/month/day representation of the current value is `9999/12/31`. == Return Value reference providing modifiable access to this object [.small]#Created with https://www.mrdocs.com[MrDocs]#