'Declaration Public Function New( _ ByVal minutes As Integer, _ ByVal seconds As Integer, _ ByVal microseconds As Integer, _ ByVal precision As Byte, _ ByVal scale As Byte _ )
'Usage Dim minutes As Integer Dim seconds As Integer Dim microseconds As Integer Dim precision As Byte Dim scale As Byte Dim instance As New TdIntervalMinuteToSecond(minutes, seconds, microseconds, precision, scale)
Parameters
- minutes
- Number of minutes.
- seconds
- Number of seconds.
- microseconds
- The fractional number of seconds.
- precision
- Number of significant digits of the minute.
- scale
- The number of decimal places for the second.