This static type conversion operator converts a DateTime structure to an OracleTimeStampLTZ structure.
Declaration
// C#
public static implicit operator OracleTimeStampLTZ(DateTime value1);
Parameters
value1
A DateTime structure.
Return Value
An OracleTimeStampLTZ structure.