org.scopemvc.util
Class DateTime

java.lang.Object
  |
  +--java.util.Date
        |
        +--org.scopemvc.util.DateTime
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public final class DateTime
extends java.util.Date

An empty marker subclass of java.util.Date that DateTimeStringConvertor is associated with in the default configuration. Whereas the java.util.Date datatype is associated with the DateStringConvertor.

Version:
$Revision: 1.3 $ $Date: 2002/09/05 15:41:46 $
Author:
Steve Meyfroidt
See Also:
Serialized Form

Constructor Summary
DateTime()
          Constructor for the DateTime object
DateTime(long date)
          Constructor for the DateTime object
 
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
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateTime

public DateTime()
Constructor for the DateTime object


DateTime

public DateTime(long date)
Constructor for the DateTime object

Parameters:
date - TODO: Describe the Parameter


Copyright © 2000-2002 The Scope Team. All Rights Reserved.