OracleIntervalDS Constructors
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 aTimeSpan
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 OracleINTERVAL
DAY
TO
SECOND
format.