|
Description |
Returns the number of business days in the month specified. |
|
|
Formula |
BusDaysInAnyMonth(thisDate)=begin retval = busdays(firstofmonth(thisDate), lastofmonth(thisDate)) end |
|
|
Parameters |
thisDate A date. |
|
|
Return Value |
The number of business days in the month specified by the thisDate parameter. |
|
|
Examples |
retval = Scale((Sum(val1, val2))/BusDaysInAnyMonth($3),SWAP_SCALE) |
|
|
Comments |
NA |
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.