explicit operator OracleTimeStampTZ(OracleTimeStampLTZ)
This static type conversion operator converts an OracleTimeStampLTZ value to an OracleTimeStampTZ structure.
Declaration
// C#
public static explicit operator OracleTimeStampTZ(OracleTimeStampLTZ value1);Parameters
-
value1An
OracleTimeStampLTZ.
Return Value
The returned OracleTimeStampTZ contains the date and time from the OracleTimeStampLTZ and the time zone from the OracleGlobalization.TimeZone of the thread.
Remarks
If the OracleTimeStampLTZ structure has a null value, the returned OracleTimeStampTZ structure also has a null value.