OracleIntervalYM Constructors

The OracleIntervalYM constructors creates a new instance of the OracleIntervalYM structure.

Overload List:

  • OracleIntervalYM(long)

    This method creates a new instance of the OracleIntervalYM structure using the supplied total number of months for a period of time.

  • OracleIntervalYM(string)

    This method creates a new instance of the OracleIntervalYM structure and sets its value using the supplied string.

  • OracleIntervalYM(double)

    This method creates a new instance of the OracleIntervalYM structure and sets its value using the total number of years.

  • OracleIntervalYM(int, int)

    This method creates a new instance of the OracleIntervalYM structure and sets its value using years and months.

  • OracleIntervalYM(byte[ ])

    This method creates a new instance of the OracleIntervalYM structure and sets its value to the provided byte array, which is in an internal Oracle INTERVAL DAY TO SECOND format.