org.apache.poi.hssf.record.formula.functions
Class CalendarFieldFunction

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.CalendarFieldFunction
All Implemented Interfaces:
Function

public final class CalendarFieldFunction
extends java.lang.Object
implements Function

Implementation of Excel functions DAY, MONTH and YEAR

Author:
Guenter Kickinger g.kickinger@gmx.net

Field Summary
static Function DAY
           
static Function MONTH
           
static Function YEAR
           
 
Method Summary
 Eval evaluate(Eval[] operands, int srcCellRow, short srcCellCol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YEAR

public static final Function YEAR

MONTH

public static final Function MONTH

DAY

public static final Function DAY
Method Detail

evaluate

public Eval evaluate(Eval[] operands,
                     int srcCellRow,
                     short srcCellCol)
Specified by:
evaluate in interface Function


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.