SELECT * FROM dbo.BussinesDaysToCalendarDays (3, DATEPART(WEEKDAY,GETDATE()),0,1,1,0,1,1,0)
-- How many calendar days are needed to complete 3 bussines days starting today if the bussiness week is Monday, Tuesday, Thursday and Friday.
SELECT * FROM dbo.BussinesDaysToCalendarDays (4, 3,0,1,0,0,1,1,1)
--How many calendar days are needed to complete 4 bussines days starting Tuesday if the bussiness week is Monday, Thursday, Friday, Saturday