railo.runtime.functions.dateTime
Class DateAdd

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

public final class DateAdd
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
DateAdd()
           
 
Method Summary
static DateTime _call(PageContext pc, TimeZone tz, String datepart, double number, DateTime date)
           
static DateTime call(PageContext pc, String datepart, double number, DateTime date)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateAdd

public DateAdd()
Method Detail

call

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

_call

public static DateTime _call(PageContext pc,
                             TimeZone tz,
                             String datepart,
                             double number,
                             DateTime date)
                      throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo