[#BloombergLP-bdlt-CalendarUtil-ShiftConvention] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/CalendarUtil.adoc[CalendarUtil]::ShiftConvention :relfileprefix: ../../../ :mrdocs: Enumeration used to delineate various date‐shifting conventions. == Synopsis Declared in `<bdlt_calendarutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum ShiftConvention; ---- == Members [cols="1,4"] |=== | 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`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#