@CalcMgrExcelWORKDAY

Purpose:

Returns the serial number of the date before or after a specified number of workdays

Syntax:

Java Class: com.hyperion.calcmgr.common.excel.cdf.ExcelDateTimeFunctions.WORKDAY(double,double,double[])

CDF Spec: @CalcMgrExcelWORKDAY(startDate, days, holidays)

Note:

If you are passing a date in a Planning date format, you must convert the Planning date to an Excel date using @CalcMgrDateToExcel.

Note:

Date parameters used in @CalcMgrExcel functions must be in an Excel format. See @CalcMgrExcel Custom Functions with Date Parameters.