Return the date that is later by numDays from the specified date.

Synopsis

Declared in <bdlt_date.h>

bdlt::Date
operator+(
    int numDays,
    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

Name

Description

numDays

signed number of days to add

date

base date

Created with MrDocs