BloombergLP::bdlt::operator+

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

NameDescription
numDayssigned number of days to add
datebase date