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

On this page
    MaxValue Field (OracleDate)
    On this page
    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