Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BusinessDayConvention

Business day conventions.

These rules determine adjustments made to dates when dealing with holidays. The most obvious rule is whether to move forwards, backwards, or to find the nearest non-holiday.

The modified rules determine what to do when the adjustment is at the end of the month.

Index

Enumeration members

FOLLOWING = 3

Adjust to the nearest business day after the current day

MODIFIED_FOLLOWING = 5

Adjust to the nearest business day after the current day withing the month; otherwise adjust following

MODIFIED_PRECEDING = 4

Adjust to the nearest business day after the current day withing the month; otherwise adjust preceding

NEAREST = 1

Adjust to the nearest business day

NONE = 0

No adjustment

PRECEDING = 2

Adjust to the nearest business day before the current day

Generated using TypeDoc