| Devart.Data.Oracle Namespace > OracleDate Structure : LessThanOrEqual Method (OracleDate) |
Determines whether the first of two OracleDate values is less than or equal to the second.
[Visual Basic]
Public Shared Function LessThanOrEqual( _
ByVal value1 As OracleDate, _
ByVal value2 As OracleDate _
) As Boolean [C#]
public static bool LessThanOrEqual(
OracleDate value1,
OracleDate value2
);true if the first of two OracleDate values is less than or equal to the second; otherwise, false.
OracleDate Structure | OracleDate Members
© 2002 - 2013 Devart. All Rights Reserved.