OracleIntervalDS Constructor
In This Topic
Initializes a new instance of the
OracleIntervalDS structure.
Overload List
| Overload | Description |
| OracleIntervalDS Constructor(TimeSpan) | Initializes a new instance of the OracleIntervalDS structure with the specified System.TimeSpan. |
| OracleIntervalDS Constructor(Double) | Initializes a new instance of the OracleIntervalDS structure with the specified total number of days. |
| OracleIntervalDS Constructor(Int32,Int32,Int32,Int32,Double) | Initializes a new instance of the OracleIntervalDS structure with the specified days, hours, minutes, seconds, and milliseconds. |
| OracleIntervalDS Constructor(Int32,Int32,Int32,Int32,Int32) | Initializes a new instance of the OracleIntervalDS structure with the specified days, hours, minutes, seconds, and nanoseconds. |
See Also