dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDate Structure / OracleDate Constructor / OracleDate Constructor(Int32,Int32,Int32)
The specified year.
The specified month.
The specified day.

In This Topic
    OracleDate Constructor(Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the OracleDate structure with the specified year, month, and day.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal year As Integer, _
       ByVal month As Integer, _
       ByVal day As Integer _
    )
    public OracleDate( 
       int year,
       int month,
       int day
    )

    Parameters

    year
    The specified year.
    month
    The specified month.
    day
    The specified day.
    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