[#BloombergLP-bdlt-Calendar-removeHolidayCode] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::removeHolidayCode :relfileprefix: ../../../ :mrdocs: Remove from this calendar the specified `holidayCode` for the holiday having the specified `date` if such a holiday having `holidayCode` exists. This operation has no effect if `date` is not a holiday in this calendar, or if the holiday at `date` does not have `holidayCode` associated with it. See {Iterator Invalidation} for information regarding which iterators are affected by the use of this method. 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()`). == Synopsis Declared in `<bdlt_calendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeHolidayCode( xref:BloombergLP/bdlt/Date.adoc[Date] const& date, int holidayCode); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#