@CalcMgrExcelNETWORKDAYS

Purpose:

Returns the number of whole workdays between two dates

Syntax:

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

CDF Spec: @CalcMgrExcelNETWORKDAYS(startDate, endDate, 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.