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

OracleIntervalDS Constructor(Int32,Int32,Int32,Int32,Int32)
Initializes a new instance of the OracleIntervalDS structure with the specified days, hours, minutes, seconds, and nanoseconds.
Syntax
'Declaration
 
Public Function New( _
   ByVal days As Integer, _
   ByVal hours As Integer, _
   ByVal minutes As Integer, _
   ByVal seconds As Integer, _
   ByVal nanoSeconds As Integer _
)
 

Parameters

days
Number of days.
hours
Number of hours.
minutes
Number of minutes.
seconds
Number of seconds.
nanoSeconds
Number of nanoseconds.
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