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

/libcore/luni/src/main/java/java/security/
H A DTimestamp.java25 * {@code Timestamp} represents a signed time stamp. {@code Timestamp} is
28 public final class Timestamp implements Serializable { class in inherits:Serializable
40 * Constructs a new instance of {@code Timestamp} with the specified {@code
51 public Timestamp(Date timestamp, CertPath signerCertPath) { method in class:Timestamp
64 * Compares the specified object with this {@code Timestamp} for equality
66 * otherwise. The given object is equal to this {@code Timestamp}, if it is
67 * an instance of {@code Timestamp}, the two timestamps have an equal date
72 * Timestamp}.
74 * Timestamp}, otherwis
[all...]
/libcore/luni/src/main/java/java/sql/
H A DTimestamp.java31 * The {@code Timestamp} class consists of a regular date/time value, where only
35 * The addition of the nanosecond value field to the {@code Timestamp} object
37 * it extends. Users should be aware that {@code Timestamp} objects are not
45 public class Timestamp extends Date { class in inherits:Date
49 // The nanoseconds time value of the Timestamp
56 * Returns a {@code Timestamp} corresponding to the time specified by the
60 * @deprecated Use the constructor {@link #Timestamp(long)} instead.
81 public Timestamp(int theYear, int theMonth, int theDate, int theHour, method in class:Timestamp
92 * Returns a {@code Timestamp} object corresponding to the time represented
99 public Timestamp(lon method in class:Timestamp
[all...]

Completed in 374 milliseconds