OracleIntervalDS Constructors
OracleIntervalDS constructors create a new instance of the OracleIntervalDS structure.
Overload List:
-
This constructor creates a new instance of the
OracleIntervalDSstructure and sets its value using aTimeSpanstructure. -
This constructor creates a new instance of the
OracleIntervalDSstructure and sets its value using a string that indicates a period of time. -
This constructor creates a new instance of the
OracleIntervalDSstructure and sets its value using the total number of days. -
OracleIntervalDS(int, int, int, int, double)
This constructor creates a new instance of the
OracleIntervalDSstructure 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
OracleIntervalDSstructure and sets its value using the supplied days, hours, minutes, seconds, and nanoseconds. -
This constructor creates a new instance of the
OracleIntervalDSstructure and sets its value to the provided byte array, which is in an internal OracleINTERVALDAYTOSECONDformat.