railo.runtime.type.dt
Class DateTime

java.lang.Object
  extended by java.util.Date
      extended by railo.runtime.type.dt.DateTime
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Date>, Dumpable, Castable
Direct Known Subclasses:
Date, DateTimeImpl, Time, TODateTime

public abstract class DateTime
extends Date
implements Dumpable, Castable, Serializable

See Also:
Serialized Form

Constructor Summary
DateTime()
          constructor of the class
DateTime(long time)
          constructor of the class
 
Method Summary
abstract  double toDoubleValue()
           
 
Methods inherited from class java.util.Date
after, before, clone, 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

DateTime

public DateTime(long time)
constructor of the class

Parameters:
time -

DateTime

public DateTime()
constructor of the class

Method Detail

toDoubleValue

public abstract double toDoubleValue()
Returns:
returns the CFML type double value represent a date


Copyright © 2012 Railo