'Declaration Public Function New( _ ByVal years As Integer, _ ByVal months As Integer, _ ByVal precision As Byte _ )
'Usage Dim years As Integer Dim months As Integer Dim precision As Byte Dim instance As New TdIntervalYearToMonth(years, months, precision)
Parameters
- years
- Number of years.
- months
- Number of months.
- precision
- Number of significant digits of the year.