Timestamp.After(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 <code>Timestamp</code> object is later than the given <code>Timestamp</code> object.
[Android.Runtime.Register("after", "(Ljava/sql/Timestamp;)Z", "GetAfter_Ljava_sql_Timestamp_Handler")]
public virtual bool After (Java.Sql.Timestamp? ts);
[<Android.Runtime.Register("after", "(Ljava/sql/Timestamp;)Z", "GetAfter_Ljava_sql_Timestamp_Handler")>]
override this.After : Java.Sql.Timestamp -> bool
Parameters
- ts
- Timestamp
the <code>Timestamp</code> value to compare with
Returns
<code>true</code> if this <code>Timestamp</code> object is later; <code>false</code> otherwise
- Attributes
Remarks
Java documentation for java.sql.Timestamp.after(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.