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