Advance a date to the next business day plus an optional shift
Usage
advanceDate(rd, days = 0L)
Value
The advanced date is returned
Arguments
rd
A Date object describing the date to be advanced to the
next business day.
days
An optional integer offset applied to the date
Details
This function takes a given date and advances it to the next business day
under the current (global) calendar setting. If an optional offset value is
given it is applied as well.