Timestamp.Before(Timestamp) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether this Timestamp object is
earlier than the given Timestamp object.
[Android.Runtime.Register("before", "(Ljava/sql/Timestamp;)Z", "GetBefore_Ljava_sql_Timestamp_Handler")]
public virtual bool Before(Java.Sql.Timestamp? ts);
[<Android.Runtime.Register("before", "(Ljava/sql/Timestamp;)Z", "GetBefore_Ljava_sql_Timestamp_Handler")>]
override this.Before : Java.Sql.Timestamp -> bool
Parameters
- ts
- Timestamp
the Timestamp value to compare with
Returns
true if this Timestamp object is earlier;
false otherwise
- Attributes
Remarks
Indicates whether this Timestamp object is earlier than the given Timestamp object.
Java documentation for java.sql.Timestamp.before(java.sql.Timestamp).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.