Add the specified numDays to the specified date (same as date + numDays).

Synopsis

Declared in <bdlt_date.h>

bdlt::Date
operator+(
    int numDays,
    Date const& date);

Created with MrDocs