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