dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / LessThan Method
First OracleTimeStamp.
Second OracleTimeStamp.

In This Topic
    LessThan Method (OracleTimeStamp)
    In This Topic
    Determines whether the first of two OracleTimeStamp values is less than the second.
    Syntax
    'Declaration
     
    Public Shared Function LessThan( _
       ByVal value1 As OracleTimeStamp, _
       ByVal value2 As OracleTimeStamp _
    ) As Boolean
    public static bool LessThan( 
       OracleTimeStamp value1,
       OracleTimeStamp value2
    )

    Parameters

    value1
    First OracleTimeStamp.
    value2
    Second OracleTimeStamp.

    Return Value

    true if the first of two OracleTimeStamp values is less than the second; otherwise, false.
    See Also