dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDate Structure / IsValidDateTime Property

In This Topic
    IsValidDateTime Property
    In This Topic
    Indicates whether this OracleDate can be correctly converted to System.DateTime and whether Value can be accessed without an exception.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsValidDateTime As Boolean
    public bool IsValidDateTime {get;}

    Property Value

    true if this OracleDate can be correctly converted to System.DateTime and Value can be accessed without an exception; otherwise, false.
    See Also