workday
Date a number of workdays after a given start.
Syntax
Section titled “Syntax”v = workday(start_date, num_workdays, holidays)Description
Section titled “Description”Returns the serial date num_workdays business days after start_date, skipping weekends and any dates in the optional holidays vector.
Example
Section titled “Example”workday(date(2026,1,1), 10) % 10 working days laterSee also
Section titled “See also”networkdays— Number of working days between two dates.weekday— Day of the week.