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