dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDate Structure / MaxValue Field

In This Topic
    MaxValue Field (OracleDate)
    In This Topic
    Represents the maximum valid date value for an OracleDate structure.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MaxValue As OracleDate
    public static readonly OracleDate MaxValue
    Remarks
    The maximum valid date for an OracleDate structure is December 31, 9999 23:59:59.
    See Also