railo.runtime.functions.dateTime
Class CreateTimeSpan

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

public final class CreateTimeSpan
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
CreateTimeSpan()
           
 
Method Summary
static TimeSpan call(PageContext pc, double day, double hour, double minute, double second)
           
static TimeSpan call(PageContext pc, double day, double hour, double minute, double second, double millisecond)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTimeSpan

public CreateTimeSpan()
Method Detail

call

public static TimeSpan call(PageContext pc,
                            double day,
                            double hour,
                            double minute,
                            double second)

call

public static TimeSpan call(PageContext pc,
                            double day,
                            double hour,
                            double minute,
                            double second,
                            double millisecond)


Copyright © 2012 Railo