Class SecondsBetween
java.lang.Object
com.aquima.interactions.expressions.functions.date.AbstractBetweenFunction
com.aquima.interactions.expressions.functions.date.SecondsBetween
- All Implemented Interfaces:
IFunction
,Serializable
This function returns the number of seconds between two date time values.
- Since:
- 7.1
- Author:
- Jon van Leuven
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aquima.interactions.expressions.functions.date.AbstractBetweenFunction
determineResultType, evaluate, getArguments, isDeprecated
-
Constructor Details
-
SecondsBetween
public SecondsBetween()
-
-
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
-