Class TimeFunc
java.lang.Object
org.apache.poi.ss.formula.functions.Fixed3ArgFunction
org.apache.poi.ss.formula.functions.TimeFunc
- All Implemented Interfaces:
Function
,Function3Arg
Implementation for the Excel function TIME
- Author:
- Steven Butler (sebutler @ gmail dot com)
Based on POI
DateFunc
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed3ArgFunction
evaluate
-
Constructor Details
-
TimeFunc
public TimeFunc()
-
-
Method Details
-
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1, ValueEval arg2) Description copied from interface:Function3Arg
-