OracleIntervalDS constructors create a new instance of the OracleIntervalDS structure.
Overload List:
This constructor creates a new instance of the OracleIntervalDS structure and sets its value using a TimeSpan structure.
This constructor creates a new instance of the OracleIntervalDS structure and sets its value using a string that indicates a period of time.
This constructor creates a new instance of the OracleIntervalDS structure and sets its value using the total number of days.
OracleIntervalDS(int, int, int, int, double)
This constructor creates a new instance of the OracleIntervalDS structure and sets its value using the supplied days, hours, minutes, seconds and milliseconds.
OracleIntervalDS(int, int, int, int, int)
This constructor creates a new instance of the OracleIntervalDS structure and sets its value using the supplied days, hours, minutes, seconds, and nanoseconds.
This constructor creates a new instance of the OracleIntervalDS structure and sets its value to the provided byte array, which is in an internal Oracle INTERVAL DAY TO SECOND format.