OracleIntervalDS Constructors

OracleIntervalDS constructors create a new instance of the OracleIntervalDS structure.

Overload List:

  • OracleIntervalDS(TimeSpan)

    This constructor creates a new instance of the OracleIntervalDS structure and sets its value using a TimeSpan structure.

  • OracleIntervalDS(string)

    This constructor creates a new instance of the OracleIntervalDS structure and sets its value using a string that indicates a period of time.

  • OracleIntervalDS(double)

    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.

  • OracleIntervalDS(byte[ ])

    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.