dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / OracleTimeStamp Constructor / OracleTimeStamp Constructor(DateTime,String)
The specified System.DateTime.
A System.String that represents the time zone.

In This Topic
OracleTimeStamp Constructor(DateTime,String)
In This Topic
Initializes a new instance of the OracleTimeStamp structure with the specified System.DateTime and time zone.
Syntax
'Declaration
 
Public Function New( _
   ByVal dt As Date, _
   ByVal timeZone As String _
)
 

Parameters

dt
The specified System.DateTime.
timeZone
A System.String that represents the time zone.
See Also