railo.runtime.type.dt
Class Time

java.lang.Object
  extended byjava.util.Date
      extended byrailo.runtime.type.dt.DateTime
          extended byrailo.runtime.type.dt.Time
All Implemented Interfaces:
Castable, java.lang.Cloneable, java.lang.Comparable, Dumpable, java.io.Serializable

public abstract class Time
extends DateTime

time interface

See Also:
Serialized Form

Constructor Summary
Time()
          constructor of the class
Time(long time)
          constructor of the class
 
Methods inherited from class railo.runtime.type.dt.DateTime
toDoubleValue
 
Methods inherited from class java.util.Date
after, before, clone, compareTo, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, toString, UTC
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 
Methods inherited from interface railo.runtime.op.Castable
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
 

Constructor Detail

Time

public Time(long time)
constructor of the class

Parameters:
time -

Time

public Time()
constructor of the class