Add 'Business days' to a current date

Is it possible to calculate a date to be five business days ahead? (which does not consider Saturdays and Sundays)
in asp.net was something like
DateTimeUtil.AddBusinessDays(srcDate, 5);

Thank you

Community Page
Last updated: