BloombergLP::bdlt::DateUtil::nextDayOfWeek

Return the next occurrence of dayOfWeek after date.

Synopsis

Declared in <bdlt_dateutil.h>

static
Date
nextDayOfWeek(
    DayOfWeek::Enum dayOfWeek,
    Date const& date);

Description

Return the first date after the specified date that falls on the specified dayOfWeek. The behavior is undefined unless the resulting date is no later than 9999/12/31.

Return Value

next matching date

Parameters

NameDescription
dayOfWeekdesired day of week
dateexclusive lower bound date