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