The members of Java.Sql.Timestamp are listed below.
See Also: Inherited members from Java.Util.Date
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
After(Timestamp)Returns true if this timestamp object is later than the supplied timestamp, otherwise returns false. | ||
Before(Timestamp)Returns true if this Timestamp object is earlier than the supplied timestamp, otherwise returns false. | ||
CompareTo(Timestamp)Compares this Timestamp object with a supplied Timestamp object. | ||
Equals(Timestamp)Tests to see if this timestamp is equal to a supplied timestamp. | ||
static | ValueOf(string)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" | |