14.8.2.7 OracleTimeStamp(byte [ ])
This constructor creates a new instance of the OracleTimeStamp structure and sets its value to the provided byte array, which is in the internal Oracle TIMESTAMP format.
                  
Declaration
// C#
public OracleTimeStamp (byte[] bytes);Parameters
- 
                        bytesA byte array that represents an Oracle TIMESTAMPin Oracle internal format.
Exceptions
ArgumentException - bytes is not in an internal Oracle TIMESTAMP format or bytes is not a valid Oracle TIMESTAMP. 
                  
ArgumentNullException - bytes is null.