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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also