OracleTimeStampLTZ(DateTime)
This constructor creates a new instance of the OracleTimeStampLTZ
structure and sets its value for date and time using the supplied DateTime
value.
Declaration
// C# public OracleTimeStampLTZ (DateTime dt);
Parameters
-
dt
The supplied
DateTime
value.
Exceptions
ArgumentException
- The dt
parameter cannot be used to construct a valid OracleTimeStampLTZ
.