'Declaration Public Function New( _ ByVal timeSpan As TimeSpan, _ ByVal precision As Byte, _ ByVal scale As Byte _ )
'Usage Dim timeSpan As TimeSpan Dim precision As Byte Dim scale As Byte Dim instance As New TdIntervalHourToSecond(timeSpan, precision, scale)
Parameters
- timeSpan
- A TimeSpan to initialize TdIntervalHourToSecond.
- precision
- The number of significant digits of the hour.
- scale
- The number of decimal places for the second.