Skip to main content
Version: 1.9.1

Expr.dt.add_business_days

def add_business_days(
n: int | td_IntoExpr,
week_mask: Iterable[bool] = (True, True, True, True, True, False, False),
holidays: Iterable[date] = (),
roll: td_Roll = 'raise',
) -> Expr

Categories: date