org.apache.poi.ss.formula.functions
Class Today

java.lang.Object
  extended by org.apache.poi.ss.formula.functions.Fixed0ArgFunction
      extended by org.apache.poi.ss.formula.functions.Today
All Implemented Interfaces:
Function, Function0Arg

public final class Today
extends Fixed0ArgFunction

Implementation of Excel TODAY() Function


Constructor Summary
Today()
           
 
Method Summary
 ValueEval evaluate(int srcRowIndex, int srcColumnIndex)
          see Function.evaluate(ValueEval[], int, int)
 
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed0ArgFunction
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Today

public Today()
Method Detail

evaluate

public ValueEval evaluate(int srcRowIndex,
                          int srcColumnIndex)
Description copied from interface: Function0Arg
see Function.evaluate(ValueEval[], int, int)