Class WeeksBetween
java.lang.Object
com.aquima.interactions.expressions.functions.date.AbstractBetweenFunction
com.aquima.interactions.expressions.functions.date.WeeksBetween
- All Implemented Interfaces:
IFunction
,Serializable
This functions returns the number of weeks between two date values.
- Since:
- 5.0
- Author:
- F. van der Meer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aquima.interactions.expressions.functions.date.AbstractBetweenFunction
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 classAbstractBetweenFunction
- Returns:
- the name of the function.
-
before
- Specified by:
before
in classAbstractBetweenFunction
-