Function: shiftBusinessDays()
@taqwim/core / shiftBusinessDays
shiftBusinessDays(
startEpochDay,amount,weekend):number
Defined in: packages/core/src/lib/weekend.ts:42
Steps amount business days from startEpochDay, skipping weekend days.
Negative amounts step backwards. The starting day is never counted, so a
start that falls on a weekend simply walks forward to the next working day.
Parameters
Section titled “Parameters”startEpochDay
Section titled “startEpochDay”number
amount
Section titled “amount”number
weekend
Section titled “weekend”Returns
Section titled “Returns”number