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