implicit operator OracleTimeStampTZ(DateTime)
This static type conversion operator converts a DateTime
structure to an OracleTimeStampTZ
structure.
Declaration
// C#
public static implicit operator OracleTimeStampTZ (DateTime value1);
Parameters
-
value1
A
DateTime
structure.
Return Value
The returned OracleTimeStampTZ
contains the date and time from the DateTime
and the time zone from the OracleGlobalization.TimeZone
of the thread.
Remarks
The OracleGlobalization.TimeZone
of the thread is used to convert from a DateTime
to an Oracle TimeStampTZ
structure.