14.8.6.6 implicit operator OracleTimeStamp(OracleDate)
This static type conversion operator converts an OracleDate value to an OracleTimeStamp structure. 
                  
Declaration
// C#
public static implicit operator OracleTimeStamp (OracleDate value1);Parameters
- 
                        value1An OracleDateinstance.
Return Value
An OracleTimeStamp structure that contains the date and time of the OracleDate structure, value1.
                  
Remarks
If the OracleDate structure has a null value, the returned OracleTimeStamp structure also has a null value.