railo.runtime.type.dt
Class Date

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

public abstract class Date
extends DateTime

Date only object

See Also:
Serialized Form

Constructor Summary
Date()
          constructor of the class (Now)
Date(DateTime date)
          constructor of the class
Date(long time)
          constructor of the class
 
Method Summary
 
Methods inherited from class railo.runtime.type.dt.DateTime
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

Date

public Date(DateTime date)
constructor of the class

Parameters:
date - date object

Date

public Date(long time)
constructor of the class

Parameters:
time -

Date

public Date()
constructor of the class (Now)



Copyright © 2012 Railo