dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / OracleTimeStamp Constructor / OracleTimeStamp Constructor(Int32,Int32,Int32,OracleDbType)
The specified year.
The specified month.
The specified day.
One of the OracleDbType values. May be OracleDbType.TimeStamp, OracleDbType.TimeStampTZ, or OracleDbType.TimeStampLTZ.

OracleTimeStamp Constructor(Int32,Int32,Int32,OracleDbType)
Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, and Oracle TIMESTAMP type.
Syntax
'Declaration
 
Public Function New( _
   ByVal year As Integer, _
   ByVal month As Integer, _
   ByVal day As Integer, _
   ByVal dbType As OracleDbType _
)
 

Parameters

year
The specified year.
month
The specified month.
day
The specified day.
dbType
One of the OracleDbType values. May be OracleDbType.TimeStamp, OracleDbType.TimeStampTZ, or OracleDbType.TimeStampLTZ.
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