Add years
- Last Updated: December 9, 2022
- 1 minute read
- Corticon.js
- Documentation
SYNTAX
<DateTime>.addYears(<Integer>)
<Date>.addYears(<Integer>)
DESCRIPTION
Adds the number of years in <Integer> to the number of years in the Date portion of <DateTime> or <Date>.
USAGE RESTRICTIONS
The Operators row of the table in Summary Table of Vocabulary Usage Restriction applies. No special exceptions.
This sample Rulesheet uses .addYears in a
Nonconditional rule to add 10 years to the value of
dateTime2 and assign the result to dateTime1.
![]()
A sample Ruletest provides values of dateTime2 for three instances of Entity1. Input and Output panels are shown below.
![]()