Click or drag to resize

BDC Enumeration

Represents a business day convention.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public enum BDC
Members
Member nameValueDescription
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