dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / OracleTimeStamp Constructor / OracleTimeStamp Constructor(Int32,Int32,Int32,TimeSpan)
The specified year.
The specified month.
The specified day.
The specified time zone.

In This Topic
OracleTimeStamp Constructor(Int32,Int32,Int32,TimeSpan)
In This Topic
Initializes a new instance of the OracleTimeStamp structure with the specified year, month, day, and time zone.
Syntax
'Declaration
 
Public Function New( _
   ByVal year As Integer, _
   ByVal month As Integer, _
   ByVal day As Integer, _
   ByVal timeZone As TimeSpan _
)
 

Parameters

year
The specified year.
month
The specified month.
day
The specified day.
timeZone
The specified time zone.
See Also