OracleIntervalYM Constructor(Int32,Int32)
Initializes a new instance of the
OracleIntervalYM structure with the specified number years and months.
public OracleIntervalYM(
int ,
int
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- years
- Number of years.
- months
- Number of months.