'Declaration Public Function New( _ ByVal value As TimeSpan, _ ByVal scale As Integer, _ ByVal utcOffset As TimeSpan _ )
'Usage Dim value As TimeSpan Dim scale As Integer Dim utcOffset As TimeSpan Dim instance As New TdTimeWithTimeZone(value, scale, utcOffset)
Parameters
- value
- A TimeSpan structure that represents the time. This must be specfied in 24 hour time.
- scale
- The scale of the time. The scale can range from 0-6.
- utcOffset
- The UTC offset of the time. Valid value range from "-12:59" to "13:00".