GreaterThan
This static method determines if the first of two OracleTimeStamp values is greater than the second.
Declaration
// C# public static bool GreaterThan(OracleTimeStamp value1, OracleTimeStamp value2);
Parameters
-
value1The first
OracleTimeStamp. -
value2The second
OracleTimeStamp.
Return Value
Returns true if the first of two OracleTimeStamp values is greater than the second; otherwise, returns false.
Remarks
The following rules apply to the behavior of this method.
-
Any
OracleTimeStampthat has a value is greater than anOracleTimeStampthat has a null value. -
Two
OracleTimeStamps that contain a null value are equal.