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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DTime.java38 * Time ::= CHOICE {
44 public final class Time { class
/libcore/luni/src/main/java/java/sql/
H A DTime.java26 public class Time extends Date { class in inherits:Date
31 * Constructs a {@code Time} object using the supplied values for <i>Hour</i>,
33 * <i>Day</i> elements of the {@code Time} object are set to the date
37 * elements of a {@code Time} object will result in an {@code
42 * @deprecated Use the constructor {@link #Time(long)} instead.
52 public Time(int theHour, int theMinute, int theSecond) { method in class:Time
57 * Constructs a {@code Time} object using a supplied time specified in
61 * a {@code Time} specified in milliseconds since the
64 public Time(long theTime) { method in class:Time
70 * {@code Time} objec
[all...]

Completed in 575 milliseconds