OracleTimeStampTZ(DateTime)
This constructor creates a new instance of the OracleTimeStampTZ structure and sets its value for date and time using the supplied DateTime value. 
                  
Declaration
// C#
public OracleTimeStampTZ (DateTime dt);Parameters
- 
                        dtThe supplied DateTimevalue.
Remarks
The time zone is set to the OracleGlobalization.TimeZone of the thread.
                  
Exceptions
ArgumentException - The dt parameter cannot be used to construct a valid OracleTimeStampTZ.