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