'Declaration Public Function New( _ ByVal beginBound As TdTimeWithTimeZone, _ ByVal endBound As TdTimeWithTimeZone, _ ByVal scale As Byte _ )
'Usage Dim beginBound As TdTimeWithTimeZone Dim endBound As TdTimeWithTimeZone Dim scale As Byte Dim instance As New TdPeriodTimeWithTimeZone(beginBound, endBound, scale)
public TdPeriodTimeWithTimeZone( TdTimeWithTimeZone beginBound, TdTimeWithTimeZone endBound, byte scale )
public: TdPeriodTimeWithTimeZone( TdTimeWithTimeZone beginBound, TdTimeWithTimeZone endBound, byte 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.