Enumeration used to delineate various date-shifting conventions.
Declared in <bdlt_calendarutil.h>
enum ShiftConvention;
| Name | Description |
|---|---|
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. |