BDC Enumeration

Represents a business day convention.

Definition

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public enum BDC

Members

NONE0Dates are not adjusted.
MODFOLLOWING1 Dates are adjusted to the next business day, except when a month boundary is crossed.
FOLLOWING2Dates are always adjusted to the next business day.
PREVIOUS3 Dates are adjusted to the previous business day, except when a month boundary is crossed.
MODPREVIOUS4Dates are always adjusted to the previous business day.

See Also