Return original advanced by numYears without EOM preservation.

Synopsis

Declared in <bdlt_dateutil.h>

static
Date
addYearsNoEom(
    Date const& original,
    int numYears);

Description

Return the date that is the specified numYears from the specified original date, adjusted as necessary according to the following (non‐end‐of‐month) rule: if the day of the month in original does not exist in the month of the result (e.g., February 30), move the resulting date to the last day of the month. The behavior is undefined unless the operation results in a valid Date value. Note that numYears may be negative.

Return Value

resulting date

Parameters

Name

Description

original

starting date

numYears

years to add (may be negative)

Created with MrDocs