'Declaration Public Function New( _ ByVal minutes As Integer, _ ByVal seconds As Integer, _ ByVal microseconds As Integer _ )
'Usage Dim minutes As Integer Dim seconds As Integer Dim microseconds As Integer Dim instance As New TdIntervalMinuteToSecond(minutes, seconds, microseconds)
Parameters
- minutes
- Number of minutes.
- seconds
- Number of seconds.
- microseconds
- The number of fractional seconds.