Table of Contents

, , ,

BUSINESS_DAY_FORWARD

Description

Calculates the date that corresponds to the first business day after the provided date. Business days are usually those that do not include weekends and public holidays. The list of public holidays may be provided in the PublicHolidays property of the server property file.

Parameters

Attribute of the Date type or date constant or calculation producing a date. The second parameter is optional – it indicates the number of days to move forward. If omitted, one day is assumed.

Example

IF CURRENT_DATE = BUSINESS_DAY_FORWARD (Account.OpeningDate) THEN ...