Java.Sql.Timestamp.Before Method
Returns true if this Timestamp object is earlier than the supplied timestamp, otherwise returns false.

Syntax

[Android.Runtime.Register("before", "(Ljava/sql/Timestamp;)Z", "GetBefore_Ljava_sql_Timestamp_Handler")]
public virtual bool Before (Timestamp theTimestamp)

Parameters

theTimestamp
the timestamp to compare with this Timestamp object.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if this Timestamp object is earlier than the supplied timestamp, otherwise returns false.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1