To return the number of working days between 2 given dates
With this function, you can calculate the number of working days between 2 given time-related values, with Monday to Friday as working days.
If you use an appointment type, you need to specify the start start() and the end endof().
Holidays are not considered!
Syntax
workdays(date, date)
Return
number
Examples
workdays(start, end)To return the number of working days between 2 given dates, where Monday to Friday are working days and holidays are not considered.