'Declaration Public Function New( _ ByVal days As Integer, _ 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 days As Integer 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 TdIntervalDayToSecond(days, hours, minutes, seconds, microseconds, precision, scale)
Parameters
- days
- Number of days.
- 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 day.
- scale
- The number of decimal places for the second.