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