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.
    See Also