Automation Guide
Action-based testing language
TestArchitect Automation Classes
Engine class methods ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
AddBusinessDays
Syntax
integer AddBusinessDays (integer datevalue, integer days)
Description
Add business days to a date.
Parameters
datevalue
A number representing a date.
days
The number of business days to add to the contents of datevalue.
Return Value
The resultant date.
Notes
- Business days are defined as Monday thru Friday. Weekend days are excluded.
- To subtract business days, use a negative value for the days parameter.
- This function is equivalent to the plusbd function, as it can be used by the tester in a “#” expression.