DaysAfter Function

DaysAfter Function

Description:
The date which is so many whole days after the source date. If the number of days is positive then the resultant date will be after the source date. If the number of days is negative then the resultant date will be before the source date.
Returns:
Date
Parameters:
Parameter
Data Type
Description
1
Date
The source date.
2
Whole Number
The number of whole days after.
Example:
When using functions inside a field, remember the field brackets:
{DaysAfter(AgreementDate, EvaluationPeriodDays)}
Expression
Result
DaysAfter( Date( 1999, 12, 31 ), 60 )
Date( 2000, 2, 29 )