net.kwfgrid.gwes.jaxen
Class Ms2monthFunction

java.lang.Object
  extended by net.kwfgrid.gwes.jaxen.Ms2monthFunction
All Implemented Interfaces:
org.jaxen.Function

public class Ms2monthFunction
extends Object
implements org.jaxen.Function

Converts date time in Milliseconds from 1970 to Double, representing the month. Input: Double, output: Double. Important: January = 0 ... December = 11!

Version:
$Id: Ms2monthFunction.java 1419 2010-11-01 14:12:17Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)

Constructor Summary
Ms2monthFunction()
           
 
Method Summary
 Object call(org.jaxen.Context context, List args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ms2monthFunction

public Ms2monthFunction()
Method Detail

call

public Object call(org.jaxen.Context context,
                   List args)
            throws org.jaxen.FunctionCallException
Specified by:
call in interface org.jaxen.Function
Throws:
org.jaxen.FunctionCallException


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.