BloombergLP::bdlt::CalendarLoader::load

Load, into the specified result, the calendar identified by the specified calendarName. Return 0 on success, and a non-zero value otherwise. If the calendar corresponding to calendarName is not found, 1 is returned with no effect on *result. If a non-zero value other than 1 is returned (indicating a different error), *result is valid, but its value is undefined.

Synopsis

Declared in <bdlt_calendarloader.h>

virtual
int
load(
    PackedCalendar* result,
    char const* calendarName) = 0;