Version 23.1 (latest)

UltraCalcFunctionWorkDay Class

Returns a work day the specified number of days from the specified date, excluding any specified holidays.
Syntax
public class UltraCalcFunctionWorkDay : BuiltInFunctionBase 
Remarks

WORKDAY(startDate, days [, holiday1, holiday2, ..., holidayN])
StartDate is the date from which to start.
Days is the number of work days to offset from the start date.
Holiday1, holiday2, ..., holidayN is any number of dates or range references containing dates that are to be considered non-working days.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also