com.generationjava.time
Class Time

java.lang.Object
  |
  +--java.util.Date
        |
        +--com.generationjava.time.Time
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public class Time
extends java.util.Date

See Also:
Serialized Form

Constructor Summary
Time(long millis)
           
 
Method Summary
 java.lang.String toString()
           
 
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, UTC
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Time

public Time(long millis)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.Date


Copyright © 2000-2003 GenerationJava. All Rights Reserved.