dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalDS Structure / OracleIntervalDS Constructor / OracleIntervalDS Constructor(Int32,Int32,Int32,Int32,Double)
Number of days.
Number of hours.
Number of minutes.
Number of seconds.
Number of milliseconds.

In This Topic
    OracleIntervalDS Constructor(Int32,Int32,Int32,Int32,Double)
    In This Topic
    Initializes a new instance of the OracleIntervalDS structure with the specified days, hours, minutes, seconds, and milliseconds.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal days As Integer, _
       ByVal hours As Integer, _
       ByVal minutes As Integer, _
       ByVal seconds As Integer, _
       ByVal milliSeconds As Double _
    )
    public OracleIntervalDS( 
       int days,
       int hours,
       int minutes,
       int seconds,
       double milliSeconds
    )

    Parameters

    days
    Number of days.
    hours
    Number of hours.
    minutes
    Number of minutes.
    seconds
    Number of seconds.
    milliSeconds
    Number of milliseconds.
    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