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.

OracleIntervalDS Constructor(Int32,Int32,Int32,Int32,Double)
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 _
)
 

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