See Also

OracleDate Structure  | OracleDate Members

Language

Visual Basic

C#

Show All

value1
First OracleDate.
value2
Second OracleDate.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

LessThanOrEqual Method

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 );

Parameters

value1
First OracleDate.
value2
Second OracleDate.

Return Type

true if the first of two OracleDate values is less than or equal to the second; otherwise, false.

See Also

OracleDate Structure  | OracleDate Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.