Java.Sql.Timestamp: Method Members

The methods of Java.Sql.Timestamp are listed below. For a list of all members, see the Timestamp Members list.

See Also: Inherited members from Java.Util.Date

Public Methods

After(Timestamp) : bool
Returns true if this timestamp object is later than the supplied timestamp, otherwise returns false.
Before(Timestamp) : bool
Returns true if this Timestamp object is earlier than the supplied timestamp, otherwise returns false.
CompareTo(Timestamp) : int
Compares this Timestamp object with a supplied Timestamp object.
Equals(Timestamp) : bool
Tests to see if this timestamp is equal to a supplied timestamp.
static
ValueOf(string) : Timestamp
Creates a Timestamp object with a time value equal to the time specified by a supplied String holding the time in JDBC timestamp escape format, which is "yyyy-MM-dd HH:mm:ss.nnnnnnnnn"