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 Timestamp
object is
later than the given Timestamp
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 Timestamp
value to compare with
Returns
true
if this Timestamp
object is later;
false
otherwise
- Attributes
Remarks
Indicates whether this Timestamp
object is later than the given Timestamp
object.
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.