Class IncrementMonths
java.lang.Object
com.aquima.interactions.expressions.functions.date.AbstractIncrementFunction
com.aquima.interactions.expressions.functions.date.IncrementMonths
- All Implemented Interfaces:
IFunction
,Serializable
This function adds the specified amount of months to the given date, and returns that value.
- Since:
- 5.0
- Author:
- F. van der Meer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
This method returns the name of the function.protected DateValue
incrementAmount
(DateValue date, int amount) Methods inherited from class com.aquima.interactions.expressions.functions.date.AbstractIncrementFunction
determineResultType, evaluate, getArguments, isDeprecated
-
Constructor Details
-
Method Details
-
getName
Description copied from interface:IFunction
This method returns the name of the function.- Specified by:
getName
in interfaceIFunction
- Specified by:
getName
in classAbstractIncrementFunction
- Returns:
- the name of the function.
-
incrementAmount
- Specified by:
incrementAmount
in classAbstractIncrementFunction
-