railo.runtime.functions.dateTime
Class CreateDate

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

public final class CreateDate
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
CreateDate()
           
 
Method Summary
static DateTime call(PageContext pc, double year, double month, double day)
           
static DateTime call(PageContext pc, double year, double month, double day, String strTimezone)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDate

public CreateDate()
Method Detail

call

public static DateTime call(PageContext pc,
                            double year,
                            double month,
                            double day)
                     throws ExpressionException
Throws:
ExpressionException

call

public static DateTime call(PageContext pc,
                            double year,
                            double month,
                            double day,
                            String strTimezone)
                     throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo