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