'Declaration Public Function New( _ ByVal beginBound As TdTimeWithTimeZone, _ ByVal endBound As TdTimeWithTimeZone _ )
'Usage Dim beginBound As TdTimeWithTimeZone Dim endBound As TdTimeWithTimeZone Dim instance As New TdPeriodTimeWithTimeZone(beginBound, endBound)
public TdPeriodTimeWithTimeZone( TdTimeWithTimeZone beginBound, TdTimeWithTimeZone endBound )
public: TdPeriodTimeWithTimeZone( TdTimeWithTimeZone beginBound, TdTimeWithTimeZone endBound )
Parameters
- beginBound
- The starting time of the period.
- endBound
- The ending time of the period.