[#BloombergLP-bdlt-operator_plus-06b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator+ :relfileprefix: ../../ :mrdocs: Return the date that is later by `numDays` from the specified `date`. == Synopsis Declared in `<bdlt_date.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date.adoc[bdlt::Date] operator+( int numDays, xref:BloombergLP/bdlt/Date.adoc[Date] const& date); ---- == Description Return the date value that is later by the specified (signed) `numDays` from the specified `date` (same as `date + numDays`). == Return Value date later by `numDays` from `date` == Parameters [cols="1,4"] |=== | Name| Description | *numDays* | signed number of days to add | *date* | base date |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#