DateRollConvention

This reflects what happens if a date on which a business event is supposed to happen actually falls upon a non-working day. Depending on the accounting requirement, we can move forward until we get to a business day, or backwards. There are some additional rules which are explained in the individual cases below.

Entries

Link copied to clipboard

Don't roll the date, use the one supplied.

Link copied to clipboard

Following is the next business date from this one.

Link copied to clipboard

"Modified following" is the next business date, unless it's in the next month, in which case use the preceeding business date.

Link copied to clipboard

Previous is the previous business date from this one.

Link copied to clipboard

Modified previous is the previous business date, unless it's in the previous month, in which case use the next business date.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.