ToOracleTimeStampTZ
This method converts the current OracleTimeStamp
structure to an OracleTimeStampTZ
structure.
Declaration
// C# public OracleTimeStampTZ ToOracleTimeStampTZ();
Return Value
The returned OracleTimeStampTZ
contains the date and time from the OracleTimeStamp
and the time zone from the OracleGlobalization.TimeZone
of the thread.
Remarks
If the value of the current instance has a null value, the value of the returned OracleTimeStampTZ
structure has a null value.