railo.runtime.functions.dateTime
Class DatePartMember

java.lang.Object
  extended by railo.runtime.functions.BIF
      extended by railo.runtime.functions.dateTime.DatePartMember
All Implemented Interfaces:
Serializable, Function

public class DatePartMember
extends BIF

See Also:
Serialized Form

Constructor Summary
DatePartMember()
           
 
Method Summary
static double call(PageContext pc, DateTime date, String datepart)
           
static double call(PageContext pc, DateTime date, String datepart, String strTimezone)
           
 Object invoke(PageContext pc, Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatePartMember

public DatePartMember()
Method Detail

call

public static double call(PageContext pc,
                          DateTime date,
                          String datepart)
                   throws ExpressionException
Throws:
ExpressionException

call

public static double call(PageContext pc,
                          DateTime date,
                          String datepart,
                          String strTimezone)
                   throws ExpressionException
Throws:
ExpressionException

invoke

public Object invoke(PageContext pc,
                     Object[] args)
              throws PageException
Specified by:
invoke in class BIF
Throws:
PageException


Copyright © 2012 Railo