2003.09.15


jdc.java.sql
Class Time

java.lang.Object
  |
  +--java.util.Date
        |
        +--java.sql.Time
              |
              +--jdc.java.sql.Time
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public class Time
extends java.sql.Time

A wrapper class for java.sql.Time.

Version:
1.2
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
Time(int hour, int minute, int second)
          Constructor for Time2.
Time(long time)
          Constructor for Time2.
 
Methods inherited from class java.sql.Time
getDate, getDay, getMonth, getYear, setDate, setMonth, setTime, setYear, toString, valueOf
 
Methods inherited from class java.util.Date
after, before, clone, compareTo, compareTo, equals, getHours, getMinutes, getSeconds, getTime, getTimezoneOffset, hashCode, parse, setHours, setMinutes, setSeconds, toGMTString, toLocaleString, UTC
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Time

public Time(int hour,
            int minute,
            int second)
Constructor for Time2.

Parameters:
hour -
minute -
second -

Time

public Time(long time)
Constructor for Time2.

Parameters:
time -

2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.