|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.formula.functions.NumericFunction
org.apache.poi.hssf.record.formula.functions.NumericFunction.TwoArg
org.apache.poi.hssf.record.formula.functions.Days360
public class Days360
Calculates the number of days between two dates based on a 360-day year (twelve 30-day months), which is used in some accounting calculations. Use this function to help compute payments if your accounting system is based on twelve 30-day months.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.poi.hssf.record.formula.functions.NumericFunction |
|---|
NumericFunction.MultiArg, NumericFunction.OneArg, NumericFunction.TwoArg |
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.hssf.record.formula.functions.NumericFunction |
|---|
ABS, ACOS, ACOSH, ASIN, ASINH, ATAN, ATAN2, ATANH, CEILING, COMBIN, COS, COSH, DEGREES, DOLLAR, EXP, FACT, FLOOR, INT, LN, LOG, LOG10, MOD, POWER, RADIANS, ROUND, ROUNDDOWN, ROUNDUP, SIGN, SIN, SINH, SQRT, TAN, TANH |
| Constructor Summary | |
|---|---|
Days360()
|
|
| Method Summary | |
|---|---|
protected double |
evaluate(double d0,
double d1)
|
| Methods inherited from class org.apache.poi.hssf.record.formula.functions.NumericFunction.TwoArg |
|---|
eval |
| Methods inherited from class org.apache.poi.hssf.record.formula.functions.NumericFunction |
|---|
evaluate, singleOperandEvaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Days360()
| Method Detail |
|---|
protected double evaluate(double d0,
double d1)
throws EvaluationException
evaluate in class NumericFunction.TwoArgEvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||