BloombergLP::bdlt::CalendarUtil::ShiftConvention

Enumeration used to delineate various date-shifting conventions.

Synopsis

Declared in <bdlt_calendarutil.h>

enum ShiftConvention;

Members

NameDescription
e_UNADJUSTED The date is not adjusted.
e_FOLLOWING The date is adjusted using shiftFollowingIfValid.
e_PRECEDING The date is adjusted using shiftPrecedingIfValid.
e_MODIFIED_FOLLOWING The date is adjusted using shiftModifiedFollowingIfValid.
e_MODIFIED_PRECEDING The date is adjusted using shiftModifiedPrecedingIfValid.