Searched defs:Time (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DTime.java31 * API to identify this as an SQL <code>TIME</code> value. The <code>Time</code>
38 public class Time extends java.util.Date { class in inherits:java.util.Date
41 * Constructs a <code>Time</code> object initialized with the
45 * <code>Time</code> object will throw a
58 public Time(int hour, int minute, int second) { method in class:Time
63 * Constructs a <code>Time</code> object using a milliseconds time value.
69 public Time(long time) { method in class:Time
74 * Sets a <code>Time</code> object using a milliseconds time value.
85 * Converts a string in JDBC time escape format to a <code>Time</code> value.
88 * @return a corresponding <code>Time</cod
[all...]

Completed in 19 milliseconds