OracleIntervalDS(TimeSpan)
This constructor creates a new instance of the OracleIntervalDS
structure and sets its value using a TimeSpan
structure.
Declaration
// C#
public OracleIntervalDS(TimeSpan ts);
Parameters
-
ts
A
TimeSpan
structure.