'Declaration Public Function New( _ ByVal beginBound As TdTime, _ ByVal endBound As TdTime, _ ByVal scale As Byte _ )
'Usage Dim beginBound As TdTime Dim endBound As TdTime Dim scale As Byte Dim instance As New TdPeriodTime(beginBound, endBound, scale)
Parameters
- beginBound
- The starting time of the period.
- endBound
- The ending time of the period.
- scale
- The scale that will be applied to both the beginning and ending bounds.