'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 TdIntervalDayToSecond(timeSpan, precision, scale)
Parameters
- timeSpan
- A TimeSpan to initialize TdIntervalDayToSecond.
- precision
- Number of significant digits of the day.
- scale
- The number of decimal places for the second.