Java.Sql.Timestamp Members

The members of Java.Sql.Timestamp are listed below.

See Also: Inherited members from Java.Util.Date

Public Constructors

Returns a Timestamp object corresponding to the time represented by a supplied time value.
Returns a Timestamp corresponding to the time specified by the supplied values for Year, Month, Date, Hour, Minutes, Seconds and Nanoseconds.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Nanosint. Gets this Timestamp's nanosecond value

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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"