'Declaration Public Function New( _ ByVal hour As Integer, _ ByVal minute As Integer, _ ByVal second As Integer, _ ByVal microsecond As Integer, _ ByVal scale As Integer, _ ByVal utcOffset As TimeSpan _ )
'Usage Dim hour As Integer Dim minute As Integer Dim second As Integer Dim microsecond As Integer Dim scale As Integer Dim utcOffset As TimeSpan Dim instance As New TdTimeWithTimeZone(hour, minute, second, microsecond, scale, utcOffset)
Parameters
- hour
- The hour of the specified time. Valid values are 0-23.
- minute
- The minutes of the specified time. Valid value are 0-59.
- second
- The seconds of the specified time. Valid values are 0-59.
- microsecond
- The number of microseconds of the specified time.
- scale
- The scale of the time. Valid values are 0-6.
- utcOffset
- The UTC offset of the time. Valid value range from "-12:59" to "13:00".