isWeekendDay overloads
Declared in <bdlt_packedcalendar.h>
Return true if the specified dayOfWeek is a weekend day in this calendar, and false otherwise. The behavior is undefined unless no weekend-days transitions were added to this calendar via the addWeekendDaysTransition method.
bool
isWeekendDay(DayOfWeek::Enum dayOfWeek) const;
» more...
Return true if the specified date falls on a day of the week that is considered a weekend day in this calendar, and false otherwise. Note that this method is defined for all date values, not just those that fall within the valid range, and may be invoked even on an empty calendar (i.e., having 0 == length()).
bool
isWeekendDay(Date const& date) const;
» more...