'Declaration Public Overloads Shared Function Add( _ ByVal year1 As Integer, _ ByVal month1 As Integer, _ ByVal isPositive1 As Boolean, _ ByVal year2 As Integer, _ ByVal month2 As Integer, _ ByVal isPositive2 As Boolean _ ) As OracleIntervalYM
public static OracleIntervalYM Add( int year1, int month1, bool isPositive1, int year2, int month2, bool isPositive2 )
Parameters
- year1
- Number of years in the first interval.
- month1
- Number of months in the first interval.
- isPositive1
- true if the first time interval is a positive value; otherwise, false.
- year2
- Number of years in the second interval.
- month2
- Number of months in the second interval.
- isPositive2
- true if the second time interval is a positive value; otherwise, false.
Return Value
An OracleIntervalYM structure.